Fixed handling of the prefix configured
This commit is contained in:
parent
d0356d1a4e
commit
f1086c98f8
|
@ -26,12 +26,12 @@
|
||||||
|
|
||||||
|
|
||||||
#variables
|
#variables
|
||||||
|
PREFIX="/usr/local"
|
||||||
. "../config.sh"
|
. "../config.sh"
|
||||||
DEBUG="_debug"
|
DEBUG="_debug"
|
||||||
DEVNULL="/dev/null"
|
DEVNULL="/dev/null"
|
||||||
INSTALL="install -m 0644"
|
INSTALL="install -m 0644"
|
||||||
MKDIR="mkdir -p"
|
MKDIR="mkdir -p"
|
||||||
PREFIX="/usr/local"
|
|
||||||
RM="rm -f"
|
RM="rm -f"
|
||||||
SED="sed"
|
SED="sed"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user