mirror of
https://github.com/rdk/p2rank.git
synced 2026-06-04 12:44:24 +08:00
fix make-distro.sh
This commit is contained in:
@@ -8,7 +8,7 @@ set -e
|
||||
|
||||
./make-clean.sh
|
||||
|
||||
VERSION=`gradle properties -q | grep "version:" | awk '{print $2}'`
|
||||
VERSION=`./gradlew properties -q | grep "version:" | awk '{print $2}'`
|
||||
DIRNAME="p2rank_$VERSION"
|
||||
|
||||
mkdir -p build
|
||||
|
||||
Reference in New Issue
Block a user