fix the unpack script

This commit is contained in:
Sylvestre Ledru 2023-02-14 09:53:46 +01:00
parent 9a09eaa79b
commit 07ec7364c9

2
debian/unpack.sh vendored
View File

@ -1,5 +1,5 @@
set -e
ORIG_VERSION=snapshot
ORIG_VERSION=16
MAJOR_VERSION=16 # 8.0.1
REV=`ls -1 *${ORIG_VERSION}_${MAJOR_VERSION}*~+*xz | tail -1|perl -ne 'print "$1\n" if /~\+(.*)\.orig/;' | sort -ru`