Change name of zip file from build script

This commit is contained in:
Wolfgang Rumpler 2017-07-26 03:59:26 +02:00
parent 5d701b0935
commit 15f766ecaa

View file

@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
BASEDIR='randomwallpaper@iflow.space' BASEDIR="randomwallpaper@iflow.space"
ZIPNAME='random-wallpaper-gnome3.zip' ZIPNAME="$BASEDIR.zip"
rm $ZIPNAME rm $ZIPNAME
rm $BASEDIR/schemas/gschemas.compiled rm $BASEDIR/schemas/gschemas.compiled