Fixed handling of the prefix configured

This commit is contained in:
Pierre Pronchery 2011-06-01 14:37:57 +00:00
parent 68e5a6d26a
commit 2b4ac1f41a

View File

@ -26,12 +26,12 @@
#variables
PREFIX="/usr/local"
. "../config.sh"
DEBUG="_debug"
DEVNULL="/dev/null"
INSTALL="install -m 0644"
MKDIR="mkdir -p"
PREFIX="/usr/local"
RM="rm -f"
SED="sed"