Fixed handling of the prefix configured
This commit is contained in:
parent
d0356d1a4e
commit
f1086c98f8
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user