summaryrefslogtreecommitdiff
path: root/system/xjobs/xjobs-mandir.patch
diff options
context:
space:
mode:
authorErik Hanson <erik@slackbuilds.org>2010-05-13 00:42:34 +0200
committerDavid Somero <xgizzmo@slackbuilds.org>2010-05-13 00:42:34 +0200
commite1ac4b5c0c8bc6c9c5847c6250b285986d49a7b6 (patch)
treec07603366acbc7559fe1104ac218f0ddc45b17c8 /system/xjobs/xjobs-mandir.patch
parentb0e93eb8668a9e19d48040dc411439a93a988527 (diff)
downloadslackbuilds-e1ac4b5c0c8bc6c9c5847c6250b285986d49a7b6.tar.gz
system/xjobs: Updated for version 20100203
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)