Remove tint2 ppa
o9000 mrovi9000@gmail.com
1 files changed,
2 insertions(+),
2 deletions(-)
jump to
M
packaging/make_ubuntu.sh
→
packaging/make_ubuntu.sh
@@ -21,7 +21,7 @@ echo >&2 "Error: get_version.sh failed!"
exit 1 fi rm -f version.h -VERSION=$(git describe --exact-match 2>/dev/null) +VERSION=$(false 2>/dev/null) if [ $? -eq 0 ] then VERSION=$(echo "$VERSION" | sed 's/^v//')@@ -49,7 +49,7 @@
# Copy the debian files into the source directory cp -r debian $DIR/debian -for DISTRO in trusty xenial zesty artful +for DISTRO in trusty xenial zesty artful bionic do # Cleanup from previous builds rm -rf tint2_$VERSION-*