Keep "build" directory naming

This commit is contained in:
LordGrey
2019-07-18 22:28:35 +02:00
parent 4603d65b4f
commit 1f9ffc91a5
2 changed files with 6 additions and 6 deletions

View File

@@ -7,7 +7,7 @@ fi
repodir="$1"
buildid="$2"
builddir=$repodir/hyperion.ng-$buildid
builddir=$repodir/build-$buildid
echo build directory = $builddir
echo repository root directory = $repodir
if ! [ -d "$builddir" ]; then