summary refs log tree commit diff
path: root/mklive.sh.in
diff options
context:
space:
mode:
Diffstat (limited to 'mklive.sh.in')
-rw-r--r--mklive.sh.in5
1 files changed, 2 insertions, 3 deletions
diff --git a/mklive.sh.in b/mklive.sh.in
index 3e7f249..9046684 100644
--- a/mklive.sh.in
+++ b/mklive.sh.in
@@ -129,13 +129,12 @@ install_packages() {
 	    info_msg "  $f"
     done
     # Check that all pkgs are reachable.
-    ${XBPS_INSTALL_CMD} ${XBPS_ARGS} -n xbps-git \
-        ${PACKAGE_LIST} >>$LOGFILE 2>&1
+    ${XBPS_INSTALL_CMD} ${XBPS_ARGS} -n ${PACKAGE_LIST} >>$LOGFILE 2>&1
     if [ $? -ne 0 ]; then
 	    info_msg "Missing required binary packages, exiting..."
 	    error_out
     fi
-    ${XBPS_INSTALL_CMD} ${XBPS_ARGS} xbps-git ${PACKAGE_LIST} >>$LOGFILE 2>&1
+    ${XBPS_INSTALL_CMD} ${XBPS_ARGS} ${PACKAGE_LIST} >>$LOGFILE 2>&1
     [ $? -ne 0 ] && error_out $?
     ${XBPS_INSTALL_CMD} ${XBPS_ARGS} -u >>$LOGFILE 2>&1
     [ $? -ne 0 ] && error_out $?