summaryrefslogtreecommitdiff
path: root/configs/lxde-openrc/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'configs/lxde-openrc/build.sh')
-rwxr-xr-xconfigs/lxde-openrc/build.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/configs/lxde-openrc/build.sh b/configs/lxde-openrc/build.sh
index ac53df7..6bce39b 100755
--- a/configs/lxde-openrc/build.sh
+++ b/configs/lxde-openrc/build.sh
@@ -240,6 +240,11 @@ if [[ ${EUID} -ne 0 ]]; then
_usage 1
fi
+if [[ ${arch} != x86_64 ]]; then
+ echo "This script needs to be run on x86_64"
+ _usage 1
+fi
+
while getopts 'N:V:L:P:A:D:w:o:g:vh' arg; do
case "${arg}" in
N) iso_name="${OPTARG}" ;;