atualizar os scripts BldHelper.sh para corrigir o caminho das pastas
This commit is contained in:
parent
0216eed89f
commit
299da50d0a
|
@ -13,9 +13,9 @@ PREFIX=My-distro-debian
|
||||||
SUFFIX=i386-pae
|
SUFFIX=i386-pae
|
||||||
BUILD=deb-32-pae
|
BUILD=deb-32-pae
|
||||||
FileName="${PREFIX}-${SUFFIX}"
|
FileName="${PREFIX}-${SUFFIX}"
|
||||||
LOCATION=/home/$SUDO_USER/out/${BUILD}
|
LOCATION="/home/$SUDO_USER/out/${BUILD}"
|
||||||
LogDir=/home/$SUDO_USER/logs
|
LogDir="/home/$SUDO_USER/logs"
|
||||||
WorkingDir=/home/$SUDO_USER/My-distro-configs/my-distro-debian-32-pae
|
WorkingDir="/home/$SUDO_USER/My-distro-configs/my-distro-debian-32-pae"
|
||||||
|
|
||||||
# Execute the ISO building script
|
# Execute the ISO building script
|
||||||
cd ${WorkingDir}
|
cd ${WorkingDir}
|
||||||
|
|
|
@ -13,9 +13,9 @@ PREFIX=My-distro-debian
|
||||||
SUFFIX=i386
|
SUFFIX=i386
|
||||||
BUILD=deb-32
|
BUILD=deb-32
|
||||||
FileName="${PREFIX}-${SUFFIX}"
|
FileName="${PREFIX}-${SUFFIX}"
|
||||||
LOCATION=/home/$SUDO_USER/out/${BUILD}
|
LOCATION="/home/$SUDO_USER/out/${BUILD}"
|
||||||
LogDir=/home/$SUDO_USER/logs
|
LogDir="/home/$SUDO_USER/logs"
|
||||||
WorkingDir=/home/$SUDO_USER/My-distro-configs/my-distro-debian-32
|
WorkingDir="/home/$SUDO_USER/My-distro-configs/my-distro-debian-32"
|
||||||
|
|
||||||
# Execute the ISO building script
|
# Execute the ISO building script
|
||||||
cd ${WorkingDir}
|
cd ${WorkingDir}
|
||||||
|
|
|
@ -13,9 +13,9 @@ PREFIX=My-distro-debian
|
||||||
SUFFIX=amd65
|
SUFFIX=amd65
|
||||||
BUILD=deb-64
|
BUILD=deb-64
|
||||||
FileName="${PREFIX}-${SUFFIX}"
|
FileName="${PREFIX}-${SUFFIX}"
|
||||||
LOCATION=/home/$SUDO_USER/out/${BUILD}
|
LOCATION="/home/$SUDO_USER/out/${BUILD}"
|
||||||
LogDir=/home/$SUDO_USER/logs
|
LogDir="/home/$SUDO_USER/logs"
|
||||||
WorkingDir=/home/$SUDO_USER/My-distro-configs/my-distro-debian-64
|
WorkingDir="/home/$SUDO_USER/My-distro-configs/my-distro-debian-64"
|
||||||
|
|
||||||
# Execute the ISO building script
|
# Execute the ISO building script
|
||||||
cd ${WorkingDir}
|
cd ${WorkingDir}
|
||||||
|
|
|
@ -13,9 +13,9 @@ PREFIX=My-distro-devuan
|
||||||
SUFFIX=i386-pae
|
SUFFIX=i386-pae
|
||||||
BUILD=dev-32-pae
|
BUILD=dev-32-pae
|
||||||
FileName="${PREFIX}-${SUFFIX}"
|
FileName="${PREFIX}-${SUFFIX}"
|
||||||
LOCATION=$HOME/out/${BUILD}
|
LOCATION="/home/$SUDO_USER/out/${BUILD}"
|
||||||
LogDir=$HOME/logs
|
LogDir="/home/$SUDO_USER/logs"
|
||||||
WorkingDir=/home/$SUDO_USER/My-distro-configs/my-distro-devuan-32-pae
|
WorkingDir="/home/$SUDO_USER/My-distro-configs/my-distro-devuan-32-pae"
|
||||||
|
|
||||||
# Execute the ISO building script
|
# Execute the ISO building script
|
||||||
cd ${WorkingDir}
|
cd ${WorkingDir}
|
||||||
|
|
|
@ -13,9 +13,9 @@ PREFIX=My-distro-devuan
|
||||||
SUFFIX=i386
|
SUFFIX=i386
|
||||||
BUILD=dev-32
|
BUILD=dev-32
|
||||||
FileName="${PREFIX}-${SUFFIX}"
|
FileName="${PREFIX}-${SUFFIX}"
|
||||||
LOCATION=$HOME/out/${BUILD}
|
LOCATION="/home/$SUDO_USER/out/${BUILD}"
|
||||||
LogDir=$HOME/logs
|
LogDir="/home/$SUDO_USER/logs"
|
||||||
WorkingDir=/home/$SUDO_USER/My-distro-configs/my-distro-devuan-32
|
WorkingDir="/home/$SUDO_USER/My-distro-configs/my-distro-devuan-32"
|
||||||
|
|
||||||
# Execute the ISO building script
|
# Execute the ISO building script
|
||||||
cd ${WorkingDir}
|
cd ${WorkingDir}
|
||||||
|
|
|
@ -13,9 +13,9 @@ PREFIX=My-distro-devuan
|
||||||
SUFFIX=amd64
|
SUFFIX=amd64
|
||||||
BUILD=dev-64
|
BUILD=dev-64
|
||||||
FileName="${PREFIX}-${SUFFIX}"
|
FileName="${PREFIX}-${SUFFIX}"
|
||||||
LOCATION=$HOME/out/${BUILD}
|
LOCATION="/home/$SUDO_USER/out/${BUILD}"
|
||||||
LogDir=$HOME/logs
|
LogDir="/home/$SUDO_USER/logs"
|
||||||
WorkingDir=/home/$SUDO_USER/My-distro-configs/my-distro-devuan-64
|
WorkingDir="/home/$SUDO_USER/My-distro-configs/my-distro-devuan-64"
|
||||||
|
|
||||||
# Execute the ISO building script
|
# Execute the ISO building script
|
||||||
cd ${WorkingDir}
|
cd ${WorkingDir}
|
||||||
|
|
|
@ -13,9 +13,9 @@ PREFIX=My-distro-ubuntu
|
||||||
SUFFIX=amd64
|
SUFFIX=amd64
|
||||||
BUILD=ubuntu-64
|
BUILD=ubuntu-64
|
||||||
FileName="${PREFIX}-${SUFFIX}"
|
FileName="${PREFIX}-${SUFFIX}"
|
||||||
LOCATION=$HOME/out/${BUILD}
|
LOCATION="/home/$SUDO_USER/out/${BUILD}"
|
||||||
LogDir=$HOME/logs
|
LogDir="/home/$SUDO_USER/logs"
|
||||||
WorkingDir=/home/$SUDO_USER/My-distro-configs/my-distro-ubuntu-64
|
WorkingDir="/home/$SUDO_USER/My-distro-configs/my-distro-ubuntu-64"
|
||||||
|
|
||||||
# Execute the ISO building script
|
# Execute the ISO building script
|
||||||
cd ${WorkingDir}
|
cd ${WorkingDir}
|
||||||
|
|
Loading…
Reference in New Issue