From 777c642af5d77da0c720c6f9906a795cf4c298b0 Mon Sep 17 00:00:00 2001 From: Manuel Date: Sat, 19 Nov 2022 13:10:04 -0100 Subject: [PATCH] new commit --- BldHelper-32-non-pae-release.sh | 2 +- BldHelper-32-release.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/BldHelper-32-non-pae-release.sh b/BldHelper-32-non-pae-release.sh index 20b838a..7f39adb 100755 --- a/BldHelper-32-non-pae-release.sh +++ b/BldHelper-32-non-pae-release.sh @@ -6,7 +6,7 @@ ### ## # Set build working variables HERE # ## ### -PREFIX=My-distro # Sets a unique final name of the ISO and checksum so only removes 2 files . +PREFIX=My-distro-debian # Sets a unique final name of the ISO and checksum so only removes 2 files . SUFFIX=i386 # Also used by . And to distinguish between amd64 and x86 or devuan and ubuntu . BUILD=release # Sets which pepbld.sh to use and the location in /var/www/html/[release|rc|testing|nightly|unstable] diff --git a/BldHelper-32-release.sh b/BldHelper-32-release.sh index fca5b00..fcc278f 100755 --- a/BldHelper-32-release.sh +++ b/BldHelper-32-release.sh @@ -6,7 +6,7 @@ ### ## # Set build working variables HERE # ## ### -PREFIX=My-distro # Sets a unique final name of the ISO and checksum so only removes 2 files . +PREFIX=My-distro-debian # Sets a unique final name of the ISO and checksum so only removes 2 files . SUFFIX=i386-pae # Also used by . And to distinguish between amd64 and x86 or devuan and ubuntu . BUILD=release # Sets which pepbld.sh to use and the location in /var/www/html/[release|rc|testing|nightly|unstable]