summaryrefslogtreecommitdiffstats
path: root/system/xjobs/xjobs-mandir.patch
diff options
context:
space:
mode:
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)