Fixed handling of the prefix configured

This commit is contained in:
Pierre Pronchery 2011-06-01 14:37:57 +00:00
parent d697167075
commit 5fbe384eb0

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"