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