diff --git a/PepDeb_arm64/BldHelper-release.sh b/PepDeb_arm64/BldHelper-release.sh index b79b40f..485dd42 100755 --- a/PepDeb_arm64/BldHelper-release.sh +++ b/PepDeb_arm64/BldHelper-release.sh @@ -7,7 +7,7 @@ ### ## # Set build working variables HERE # ## ### PREFIX=PepMini # Sets a unique final name of the ISO and checksum so only removes 2 files . -SUFFIX=arm64 # Also used by . And to distinguish between amd64 and x86 or devuan and ubuntu . +SUFFIX=deb-arm64 # Also used by . And to distinguish between amd64 and x86 or devuan and ubuntu . BUILD=PepDeb_arm64 # Sets which pepbld.sh to use and the location in /var/www/html/[release|rc|testing|nightly|unstable] ################################################## diff --git a/PepDev32/BldHelper-release.sh b/PepDev32/BldHelper-release.sh index 5703764..d3d0753 100755 --- a/PepDev32/BldHelper-release.sh +++ b/PepDev32/BldHelper-release.sh @@ -7,7 +7,7 @@ ### ## # Set build working variables HERE # ## ### PREFIX=PepMini # 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 . +SUFFIX=dev-i386 # Also used by . And to distinguish between amd64 and x86 or devuan and ubuntu . BUILD=PepDev32 # Sets which pepbld.sh to use and the location in /var/www/html/[release|rc|testing|nightly|unstable] ################################################## diff --git a/PepDev64/BldHelper-release.sh b/PepDev64/BldHelper-release.sh index 56a10bf..775116d 100755 --- a/PepDev64/BldHelper-release.sh +++ b/PepDev64/BldHelper-release.sh @@ -7,7 +7,7 @@ ### ## # Set build working variables HERE # ## ### PREFIX=PepMini # Sets a unique final name of the ISO and checksum so only removes 2 files . -SUFFIX=amd64 # Also used by . And to distinguish between amd64 and x86 or devuan and ubuntu . +SUFFIX=dev-amd64 # Also used by . And to distinguish between amd64 and x86 or devuan and ubuntu . BUILD=PepDev64 # Sets which pepbld.sh to use and the location in /var/www/html/[release|rc|testing|nightly|unstable] ################################################## diff --git a/PepDev_arm64/BldHelper-release.sh b/PepDev_arm64/BldHelper-release.sh index 4e3c4c9..e3468e3 100755 --- a/PepDev_arm64/BldHelper-release.sh +++ b/PepDev_arm64/BldHelper-release.sh @@ -7,7 +7,7 @@ ### ## # Set build working variables HERE # ## ### PREFIX=PepMini # Sets a unique final name of the ISO and checksum so only removes 2 files . -SUFFIX=arm64 # Also used by . And to distinguish between amd64 and x86 or devuan and ubuntu . +SUFFIX=dev-arm64 # Also used by . And to distinguish between amd64 and x86 or devuan and ubuntu . BUILD=PepDev_arm64 # Sets which pepbld.sh to use and the location in /var/www/html/[release|rc|testing|nightly|unstable] ##################################################