summaryrefslogtreecommitdiffstats
path: root/userspace/ebtables2
diff options
context:
space:
mode:
Diffstat (limited to 'userspace/ebtables2')
-rw-r--r--userspace/ebtables2/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/userspace/ebtables2/Makefile b/userspace/ebtables2/Makefile
index e25af6b..9ce96ce 100644
--- a/userspace/ebtables2/Makefile
+++ b/userspace/ebtables2/Makefile
@@ -5,10 +5,11 @@ PROGVERSION:=2.0.7
PROGDATE:=January\ 2004
# default paths
-LIBDIR:=/usr/lib/
+LIBDIR:=/usr/lib
MANDIR:=/usr/local/man
BINDIR:=/sbin
ETCDIR:=/etc
+DESTDIR:=
# include DESTDIR param
override LIBDIR:=$(DESTDIR)$(LIBDIR)