hotfix-2.0.2

This commit is contained in:
6543 2018-05-13 00:30:53 +02:00
parent cdd40d5195
commit d2f7a45d6c
1 changed files with 1 additions and 0 deletions

View File

@ -104,6 +104,7 @@ function build-deb() {
version="`cat build/DEBIAN/control | grep Version | cut -d " " -f 2`"
arch="`cat build/DEBIAN/control | grep Arch | cut -d " " -f 2`"
[ -f "release/remaster_"$version"_"$arch".deb" ] && rm "release/remaster_"$version"_"$arch".deb"
mkdir -p release
mv -v "build.deb" "release/remaster_"$version"_"$arch".deb"
}