summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorV3n3RiX <venerix@rogentos.ro>2015-08-30 14:29:41 +0100
committerV3n3RiX <venerix@rogentos.ro>2015-08-30 14:29:41 +0100
commit39624eac34c86a82bcaa1ae87d923c3613890d23 (patch)
tree0987f9c279c0ffd8f71b3ae3492010f6e4ef07e3
parentb34f0d37cf2c10a2e9d98534bf2e1c9c4bead9a0 (diff)
solved arguments, so import libvasile into vasile itself, and slaves can use from over there
-rwxr-xr-xbuild322
-rwxr-xr-xbuild642
-rwxr-xr-xvasile2
3 files changed, 2 insertions, 4 deletions
diff --git a/build32 b/build32
index 23f2dc0..777b36c 100755
--- a/build32
+++ b/build32
@@ -1,7 +1,5 @@
#!/bin/bash -x
-source libvasile
-
envkogaionstart () {
# mount ro squashfs chroot + add rw overlayfs layer to enable clean package building
mount -t squashfs "$sqfsrootx86" "$rodir"
diff --git a/build64 b/build64
index 07d1a5a..2c695b9 100755
--- a/build64
+++ b/build64
@@ -1,7 +1,5 @@
#!/bin/bash -x
-source libvasile
-
envkogaionstart () {
# mount ro squashfs chroot + add rw overlayfs layer to enable clean package building
mount -t squashfs "$sqfsrootx64" "$rodir"
diff --git a/vasile b/vasile
index d90fae6..7bbfb27 100755
--- a/vasile
+++ b/vasile
@@ -5,6 +5,8 @@
# Dependencies : kernel built with squashfs + overlayfs, app-arch/dpkg (optional for building deb packages in portage)
#
+source libvasile
+
case $1 in
--build64) source build64
;;