summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbuild322
-rwxr-xr-xbuild642
-rwxr-xr-xvasile1
3 files changed, 1 insertions, 4 deletions
diff --git a/build32 b/build32
index 01939de..0c24fc0 100755
--- a/build32
+++ b/build32
@@ -1,7 +1,5 @@
#!/usr/bin/env bash
-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 cbff47d..df0b3aa 100755
--- a/build64
+++ b/build64
@@ -1,7 +1,5 @@
#!/usr/bin/env bash
-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 8011fae..47228aa 100755
--- a/vasile
+++ b/vasile
@@ -4,6 +4,7 @@
# Main author : Ghiunhan Mamut (aka V3n3RiX) @ RogentOS Development Group
# Dependencies : kernel built with squashfs + overlayfs, app-arch/dpkg (optional for building deb packages in portage)
#
+source libvasile
case $1 in
--build64) source build64