fix xfce arm BldHelper.sh file
This commit is contained in:
parent
867ac1a21a
commit
e5d6366689
|
@ -10,13 +10,13 @@
|
||||||
|
|
||||||
# Set environment variables
|
# Set environment variables
|
||||||
PREFIX=AcorOS-xfce
|
PREFIX=AcorOS-xfce
|
||||||
SUFFIX=amd64
|
SUFFIX=arm64
|
||||||
BUILD=xfce
|
BUILD=xfce
|
||||||
TODAY=$(date -u +"%Y-%m-%d")
|
TODAY=$(date -u +"%Y-%m-%d")
|
||||||
FileName="${PREFIX}-${SUFFIX}"
|
FileName="${PREFIX}-${SUFFIX}"
|
||||||
LOCATION=/var/www/html/nightly/AcorOS/${BUILD}
|
LOCATION=/var/www/html/nightly/AcorOS/${BUILD}
|
||||||
LogDir=/var/log/Live-Build
|
LogDir=/var/log/Live-Build
|
||||||
WorkingDir=/home/pepadmin/Build-configs/Xfce
|
WorkingDir=/home/pepadmin/Build-configs/Xfce-ARM64
|
||||||
|
|
||||||
# Execute the ISO building script
|
# Execute the ISO building script
|
||||||
cd ${WorkingDir}
|
cd ${WorkingDir}
|
||||||
|
|
Loading…
Reference in New Issue