Update packaging script for Ubuntu
This commit is contained in:
@@ -1,7 +1,10 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
set -e
|
||||||
set -x
|
set -x
|
||||||
|
|
||||||
|
rm -rf tint2* 2>/dev/null || true
|
||||||
|
|
||||||
if [ ! -z "$1" ]
|
if [ ! -z "$1" ]
|
||||||
then
|
then
|
||||||
MINOR="$1"
|
MINOR="$1"
|
||||||
|
|||||||
Reference in New Issue
Block a user