diff options
Diffstat (limited to 'system/xjobs/xjobs-mandir.patch')
-rw-r--r-- | system/xjobs/xjobs-mandir.patch | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/system/xjobs/xjobs-mandir.patch b/system/xjobs/xjobs-mandir.patch index 770a07da15e50..31e9735f70c06 100644 --- a/system/xjobs/xjobs-mandir.patch +++ b/system/xjobs/xjobs-mandir.patch @@ -1,6 +1,6 @@ ---- 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 @@ +--- 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) @@ -8,3 +8,6 @@ $(INSTALL) $(TARGET) $(DESTDIR)$(bindir) - $(INSTALL) xjobs.1 $(mandir) + $(INSTALL) xjobs.1 $(DESTDIR)$(mandir) + + lint: + lint $(CFLAGS) $(SOURCES) |