We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45030dd commit 53aacecCopy full SHA for 53aacec
1 file changed
infra/build/debianize.sh
@@ -2,6 +2,12 @@
2
3
# Script for building a debian package using DPKG
4
5
+if [ "$1" == "clean" ]
6
+then
7
+ rm -rf shellinclude_*_all* bin docs *.deb *.zip
8
+ exit 0
9
+fi
10
+
11
# Set up the following variables based on your package
12
PACKAGENAME=shellinclude
13
VERSION=$(git tag | sort -r | tr '\n' ' ' | cut -d" " -f1)
0 commit comments