summaryrefslogtreecommitdiff
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.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/system/xjobs/xjobs-mandir.patch b/system/xjobs/xjobs-mandir.patch
deleted file mode 100644
index 31e9735f70..0000000000
--- a/system/xjobs/xjobs-mandir.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- Makefile.in.orig 2008-12-17 04:49:58.026458458 -0600
-+++ Makefile.in 2008-12-17 04:50:51.320458794 -0600
-@@ -42,8 +42,9 @@
-
- install: $(TARGET)
- -$(INSTALL) -d $(DESTDIR)$(bindir)
-+ $(INSTALL) -d $(DESTDIR)$(mandir)
- $(INSTALL) $(TARGET) $(DESTDIR)$(bindir)
-- $(INSTALL) xjobs.1 $(mandir)
-+ $(INSTALL) xjobs.1 $(DESTDIR)$(mandir)
-
- lint:
- lint $(CFLAGS) $(SOURCES)