actually set the vars ok

This commit is contained in:
2015-08-17 13:36:49 +03:00
parent f2c19a6996
commit 6ef5f62d75
3 changed files with 11 additions and 4 deletions

7
config.mk.sh Normal file
View File

@@ -0,0 +1,7 @@
# make.sh config
PREFIX=${PREFIX:-/}
USR=${USR:-"${PREFIX}usr/local"}
BINDIR=${BINDIR:-"${DESTDIR}${USR}/bin"}
LOGDIR=${LOGDIR:-"/tmp/userrc"}
CONFIG=${CONFIG:-"/etc/userrc.conf"}