Modificar my-distro-debian-64/BldHelper.sh
This commit is contained in:
parent
4756d6e19c
commit
0216eed89f
|
@ -13,8 +13,8 @@ PREFIX=My-distro-debian
|
|||
SUFFIX=amd65
|
||||
BUILD=deb-64
|
||||
FileName="${PREFIX}-${SUFFIX}"
|
||||
LOCATION=$HOME/out/${BUILD}
|
||||
LogDir=$HOME/logs
|
||||
LOCATION=/home/$SUDO_USER/out/${BUILD}
|
||||
LogDir=/home/$SUDO_USER/logs
|
||||
WorkingDir=/home/$SUDO_USER/My-distro-configs/my-distro-debian-64
|
||||
|
||||
# Execute the ISO building script
|
||||
|
|
Loading…
Reference in New Issue