summaryrefslogtreecommitdiff
path: root/src/xi.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/xi.sh')
-rwxr-xr-xsrc/xi.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/xi.sh b/src/xi.sh
index b16a36e..c241585 100755
--- a/src/xi.sh
+++ b/src/xi.sh
@@ -125,6 +125,7 @@ done
. ${LIBDIR}/query.sh
. ${LIBDIR}/sync.sh
. ${LIBDIR}/install.sh
+. ${LIBDIR}/build.sh
. ${LIBDIR}/get.sh
. ${LIBDIR}/remove.sh
@@ -156,6 +157,14 @@ else
get $tofetch
install $(cat $toinstall)
;;
+ "build")
+ shift
+ checkroot
+
+ [ "$#" = "0" ] && set -- $(list_installed)
+
+ build $@
+ ;;
"search")
shift
search $@