mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
13 lines
374 B
Diff
13 lines
374 B
Diff
--- 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)
|