[patch] DESTDIR related patch for arptables' Makefile
Sven Köhler <[email protected]>
| Newsgroups | gmane.linux.network.bridge.ebtables.devel |
|---|---|
| Message-ID | <[email protected]> |
It's a missing mkdir which is necessary if the DESTDIR-dierctory is empty. BTW: why is arptables installed to /usr/local/sbin? and ebtables is installed into /sbin?
patch
(text/plain, 426 B)
Index: Makefile =================================================================== RCS file: /cvsroot/ebtables/ebtables2/userspace/arptables/Makefile,v retrieving revision 1.12 diff -u -r1.12 Makefile --- Makefile 30 Dec 2003 17:30:24 -0000 1.12 +++ Makefile 11 Feb 2004 16:54:52 -0000 @@ -53,6 +53,7 @@ .PHONY: exec exec: arptables + mkdir -p $(BINDIR) install -m 0755 -o root -g root $< $(BINFILE) .PHONY: install