Finish stage support

This commit is contained in:
Antoine Brodin 2014-06-09 21:09:04 +00:00
parent 1ba1acd311
commit 3f82ba9494
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=357207
2 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,13 @@
--- ./src/Makefile.orig 2005-03-13 14:30:54.000000000 +0000
+++ ./src/Makefile 2014-06-09 20:56:55.000000000 +0000
@@ -14,7 +14,7 @@
rm -f DEADJOE *.o *~ $(BIN) $(SBIN)
install:
- mkdir -m 755 -p $(BINDIR) $(SBINDIR)
- install -m 755 -s $(BIN) $(BINDIR)
- install -m 755 -s $(SBIN) $(SBINDIR)
+ mkdir -m 755 -p $(DESTDIR)$(BINDIR) $(DESTDIR)$(SBINDIR)
+ install -m 755 -s $(BIN) $(DESTDIR)$(BINDIR)
+ install -m 755 -s $(SBIN) $(DESTDIR)$(SBINDIR)

View File

@ -1,5 +1,7 @@
bin/gnarwl
etc/gnarwl.cfg.sample
man/man8/damnit.8.gz
man/man8/gnarwl.8.gz
sbin/damnit
%%DOCSDIR%%/AUTHORS
%%DOCSDIR%%/FAQ.gz