summaryrefslogtreecommitdiff
path: root/src/xib.pl
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2022-01-28 12:34:30 +0000
committerdavidovski <david@davidovski.xyz>2022-01-28 12:34:30 +0000
commita6047a655be6b469c4adbd81c499be18bd164422 (patch)
treeb604dd4935fa3bb83e7d901a07df209b92508bf4 /src/xib.pl
parentd63c86f983d14c9537d30fb32f76f6eddc717ae4 (diff)
added buildpackage
Diffstat (limited to 'src/xib.pl')
-rwxr-xr-xsrc/xib.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xib.pl b/src/xib.pl
index 74ea8b7..ba3afc9 100755
--- a/src/xib.pl
+++ b/src/xib.pl
@@ -28,6 +28,7 @@ use Getopt::Long "HelpMessage";
use File::Basename;
use lib dirname (__FILE__);
use BuildOrder "determine_build_order";
+use BuildPackage;
our $BUILDFILES_REPO = "https://xi.davidovski.xyz/git/buildfiles.git";
@@ -55,7 +56,6 @@ sub pull_buildfiles{
}
}
-
unless (caller) {
prepare_xib_environment();
my $file = "$chroot/buildorder";