Add patchfile. Forgotten in previous commit.

This commit is contained in:
Emanuel Haupt 2014-02-24 09:51:50 +00:00
parent 475fb8834b
commit b15ed04d53
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=345790

View file

@ -0,0 +1,14 @@
--- ./Makefile.orig 2013-03-22 05:11:27.000000000 +0100
+++ ./Makefile 2014-02-24 09:55:51.627688711 +0100
@@ -12,8 +12,9 @@
rm chucky
install:
- install -m 0755 -g wheel -o root chucky ${prefix}/bin
- -install -m 0644 -g wheel -o root chucky.7 ${man7dir}
+ strip chucky
+ install -m 0755 -g wheel -o root chucky $(DESTDIR)${prefix}/bin
+ -install -m 0644 -g wheel -o root chucky.7 $(DESTDIR)${man7dir}
deinstall:
rm -f ${prefix}/bin/chucky