diff --git a/d/redis/redis.SlackBuild b/d/redis/redis.SlackBuild index 6d130c29..f050692c 100755 --- a/d/redis/redis.SlackBuild +++ b/d/redis/redis.SlackBuild @@ -47,6 +47,9 @@ find . \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ -exec chmod 644 {} \; +#set the real version +#VERSION=$(git rev-parse HEAD) + # launching tests hangs, so we don't run them -.- make PREFIX=$PREFIX