gentoo: use /var/run for new /run compatibility
[util-vserver.git] / scripts / vserver-build.yum
index 128c0e4..23fe436 100644 (file)
@@ -75,6 +75,9 @@ rpm.importGPGPubKeys "$SETUP_CONFDIR" \
     "$__CONFDIR/.distributions/.common/pubkeys" \
     "$__DISTRIBDIR/$DISTRIBUTION/pubkeys"
 yum.installBasePackages "$SETUP_CONFDIR" "$PKGINSTALLDIR"
+
+test -z "$1" || $_VYUM "$SETUP_CONFDIR" -- -y install "$@"
+
 $_VYUM "$SETUP_CONFDIR" -- clean all
 
 if $_VSERVER_INFO - FEATURE persistent; then