summaryrefslogtreecommitdiff
path: root/system/xjobs/xjobs-mandir.patch
diff options
context:
space:
mode:
authorErik Hanson <erik@slackbuilds.org>2010-05-11 22:55:39 +0200
committerDavid Somero <xgizzmo@slackbuilds.org>2010-05-11 22:55:39 +0200
commit799dba85ecd04718708d52fa751e6e7b72480c93 (patch)
treec8ece945a7d441569ff8f4bd24af806b723d6326 /system/xjobs/xjobs-mandir.patch
parent3c71698a1f3d8151bdcbcf3569d02dabf507777e (diff)
downloadslackbuilds-799dba85ecd04718708d52fa751e6e7b72480c93.tar.gz
system/xjobs: Added to 12.1 repository
Diffstat (limited to 'system/xjobs/xjobs-mandir.patch')
-rw-r--r--system/xjobs/xjobs-mandir.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/system/xjobs/xjobs-mandir.patch b/system/xjobs/xjobs-mandir.patch
new file mode 100644
index 0000000000..770a07da15
--- /dev/null
+++ b/system/xjobs/xjobs-mandir.patch
@@ -0,0 +1,10 @@
+--- Makefile.in 2008-05-20 14:31:54.000000000 -0500
++++ Makefile.in.new 2008-05-20 18:38:48.000000000 -0500
+@@ -42,5 +42,6 @@
+
+ install: $(TARGET)
+ -$(INSTALL) -d $(DESTDIR)$(bindir)
++ $(INSTALL) -d $(DESTDIR)$(mandir)
+ $(INSTALL) $(TARGET) $(DESTDIR)$(bindir)
+- $(INSTALL) xjobs.1 $(mandir)
++ $(INSTALL) xjobs.1 $(DESTDIR)$(mandir)