From 0df5e4c0c890bec8b45068726fbda898069b166d Mon Sep 17 00:00:00 2001 From: ruki Date: Mon, 30 Jan 2023 22:33:52 +0800 Subject: fix archive --- scripts/makeppa | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'scripts/makeppa') diff --git a/scripts/makeppa b/scripts/makeppa index 3f447958d..27f109d33 100755 --- a/scripts/makeppa +++ b/scripts/makeppa @@ -38,8 +38,8 @@ fi # extract tarball cd $workdir if [ ! -d $basename ]; then - mkdir $basename - tar -xvf $basename.tar.gz -C $basename + mkdir $basename + tar -xvf $basename.tar.gz -C $basename fi # enter project directory @@ -76,7 +76,7 @@ lintian ../xmake_$version+$patch$serie.dsc # upload package echo "uploading package .." source=xmake_$version+"$patch$serie"_source -if [ -f ../$source.ppa.upload ]; then +if [ -f ../$source.ppa.upload ]; then rm ../$source.ppa.upload fi dput ppa:xmake-io/xmake ../$source.changes -- cgit v1.3.1