diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2009-06-13 17:17:14 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-06-13 17:17:14 +0200 |
commit | b448bbcdab09b70b4d03ea0bc9167878e7f054da (patch) | |
tree | 40ea72e4979ce176f6280b25368713122bee1b9c /package/knock/patches/patch-Makefile_in | |
parent | d804be5baee6590ff6e91d267c8cb9933ed7ac60 (diff) | |
parent | d2e5a673aa7637c990ca7307e831327eb67e3fe7 (diff) |
Merge branch 'master' of ssh://openadk.org/git/openadk
Diffstat (limited to 'package/knock/patches/patch-Makefile_in')
-rw-r--r-- | package/knock/patches/patch-Makefile_in | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/package/knock/patches/patch-Makefile_in b/package/knock/patches/patch-Makefile_in new file mode 100644 index 000000000..ec90372ec --- /dev/null +++ b/package/knock/patches/patch-Makefile_in @@ -0,0 +1,24 @@ +--- knock-0.5.orig/Makefile.in 2005-06-27 07:11:34.000000000 +0200 ++++ knock-0.5/Makefile.in 2009-06-13 09:49:14.000000000 +0200 +@@ -68,11 +68,16 @@ dist: distclean + (cd ..; tar czvf knock-$(VERSION).tar.gz knock-$(VERSION)) + + install: all +- $(INSTALL) -D -m0755 knockd $(DESTDIR)$(SBINDIR)/knockd +- $(INSTALL) -D -m0755 knock $(DESTDIR)$(BINDIR)/knock +- $(INSTALL) -D -m0644 $(MANSRC)knockd.1 $(DESTDIR)$(MANDIR)/man1/knockd.1 +- $(INSTALL) -D -m0644 $(MANSRC)knock.1 $(DESTDIR)$(MANDIR)/man1/knock.1 +- $(INSTALL) -D -m0644 knockd.conf $(DESTDIR)/etc/knockd.conf ++ $(INSTALL) -d -m0755 $(DESTDIR)$(SBINDIR) ++ $(INSTALL) -d -m0755 $(DESTDIR)$(BINDIR) ++ $(INSTALL) -d -m0755 $(DESTDIR)$(MANDIR)/man1 ++ $(INSTALL) -d -m0755 $(DESTDIR)/etc ++ $(INSTALL) -m0755 knock $(DESTDIR)$(BINDIR)/knock ++ $(INSTALL) -m0755 knockd $(DESTDIR)$(SBINDIR)/knockd ++ $(INSTALL) -m0755 knock $(DESTDIR)$(BINDIR)/knock ++ $(INSTALL) -m0644 $(MANSRC)knockd.1 $(DESTDIR)$(MANDIR)/man1/knockd.1 ++ $(INSTALL) -m0644 $(MANSRC)knock.1 $(DESTDIR)$(MANDIR)/man1/knock.1 ++ $(INSTALL) -m0644 knockd.conf $(DESTDIR)/etc/knockd.conf + + clean: + rm -f *~ $(OBJDIR)*.o $(MANSRC)*.1 |