From 8d72e8b68beef4a027d1e61566f90455f65aec89 Mon Sep 17 00:00:00 2001 From: geos_one Date: Tue, 12 Aug 2025 16:47:55 +0200 Subject: [PATCH] Bump --- build_orig.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/build_orig.sh b/build_orig.sh index 2116630..1710491 100644 --- a/build_orig.sh +++ b/build_orig.sh @@ -14,7 +14,7 @@ function cleanup { } # register the cleanup function to be called on the EXIT signal -#trap cleanup EXIT +trap cleanup EXIT # Download Files specified in files.diz while IFS=! read type app version outputfile url md5 @@ -60,7 +60,9 @@ popd VER=`cat $WORK_DIR/version.txt` echo "Importing $DIR/../$FILENAME as $VER into git" -#cleanup + +cleanup + gbp import-orig --pristine-tar -u $VER $DIR/../$FILENAME exit 0