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
|
SUFFIX=amd65
|
||||||
BUILD=deb-64
|
BUILD=deb-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-debian-64
|
WorkingDir=/home/$SUDO_USER/My-distro-configs/my-distro-debian-64
|
||||||
|
|
||||||
# Execute the ISO building script
|
# Execute the ISO building script
|
||||||
|
|
Loading…
Reference in New Issue