summaryrefslogtreecommitdiff
path: root/xi_buildscript.sh
diff options
context:
space:
mode:
Diffstat (limited to 'xi_buildscript.sh')
-rw-r--r--xi_buildscript.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/xi_buildscript.sh b/xi_buildscript.sh
index 0fbcc92..d9e19f7 100644
--- a/xi_buildscript.sh
+++ b/xi_buildscript.sh
@@ -1,5 +1,8 @@
#!/bin/sh
+PKG_NAME=$1
+cd $2
+
. ./xi_profile.sh
apply_patches () {
@@ -22,9 +25,6 @@ add_from_main () {
done
}
-PKG_NAME=$1
-cd $2
-
stages="prepare build check package"
case "$@" in
*"-n"*)