correction de la génération du uninstall.sh

This commit is contained in:
Olivier 2024-04-11 18:27:57 +02:00
parent 7f99402e8c
commit 4697c5fe33

View File

@ -1,5 +1,5 @@
#!/bin/bash #!/bin/bash
UPDATED="2024-04-09" UPDATED="2024-04-11"
DISABLE=1 # disable some options DISABLE=1 # disable some options
ENABLE=1 # enable some options ENABLE=1 # enable some options
@ -511,7 +511,7 @@ doGenerateUninstall() {
# uninstall commands # uninstall commands
# package name # package name
PACKAGES= PACKAGES=
TAG="_$VERSION-1_amd64.deb" TAG="_$VERSION_amd64.deb"
search_dir=$WORKDIR/../ search_dir=$WORKDIR/../
for entry in "$search_dir"/*.deb; do for entry in "$search_dir"/*.deb; do