Sven Köhler: deal with DESTDIR set as environment variable
authorBart De Schuymer <bdschuym@pandora.be>
Mon, 23 Feb 2004 09:20:42 +0000 (09:20 +0000)
committerBart De Schuymer <bdschuym@pandora.be>
Mon, 23 Feb 2004 09:20:42 +0000 (09:20 +0000)
Makefile

index e25af6b..9ce96ce 100644 (file)
--- a/Makefile
+++ b/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)