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