Code cleanup

This commit is contained in:
Pierre Pronchery 2013-01-07 03:30:27 +01:00
parent fada07fedc
commit 397034bdc5

View File

@ -27,6 +27,7 @@
#variables #variables
PREFIX="/usr/local" PREFIX="/usr/local"
. "../config.sh" . "../config.sh"
#executables
DEBUG="_debug" DEBUG="_debug"
INSTALL="install -m 0644" INSTALL="install -m 0644"
MKDIR="mkdir -m 0755 -p" MKDIR="mkdir -m 0755 -p"