magically set PRGNAM

This commit is contained in:
Gwenhael Le Moine 2015-10-21 09:01:47 +02:00
parent 545995e446
commit d6ff194994

View file

@ -6,7 +6,7 @@ OUTPUT=/tmp
TMP=/tmp/$TAG
CWD=$(pwd)
PRGNAM=phpredis
PRGNAM=$(basename $CWD)
PKG=$TMP/pkg-$PRGNAM
VERSION=$(date +%Y.%m.%d_%H.%M)