Commit 3c8d4cfe authored by Vitaly Lipatov's avatar Vitaly Lipatov

rpmbph: enable libtoolize for ROSA too

parent 8f96f262
...@@ -63,7 +63,7 @@ fi ...@@ -63,7 +63,7 @@ fi
# FIXME 05.05.2012: it is needed now? # FIXME 05.05.2012: it is needed now?
if [ "$PKGVENDOR" = "mdv" ] || [ "$PKGVENDOR" = "pclinux" ] ; then if [ "$PKGVENDOR" = "mdv" ] || [ "$PKGVENDOR" = "pclinux" ] || [ "$PKGVENDOR" = "rosa" ] ; then
# due new libtool, affected on Mandriva 2009.0 # due new libtool, affected on Mandriva 2009.0
test -z "$VERBOSE" || echo "Disable libtoolize" test -z "$VERBOSE" || echo "Disable libtoolize"
# FIXME # FIXME
......
...@@ -39,13 +39,10 @@ get_install_package_command() ...@@ -39,13 +39,10 @@ get_install_package_command()
"LinuxXP"|"Fedora"|"ASPLinux"|"CentOS"|"RHEL"|"Scientific") "LinuxXP"|"Fedora"|"ASPLinux"|"CentOS"|"RHEL"|"Scientific")
[ -n "$INAC" ] && CMD="yum install" || CMD="yum -y install" [ -n "$INAC" ] && CMD="yum install" || CMD="yum -y install"
;; ;;
"Mandriva") Mandriva|ROSA)
[ -n "$INAC" ] && CMD="urpmi --no-verify-rpm" || CMD="urpmi --auto --no-verify-rpm" [ -n "$INAC" ] && CMD="urpmi --no-verify-rpm" || CMD="urpmi --auto --no-verify-rpm"
;; ;;
"ROSA") SUSE|SLED|SLES)
[ -n "$INAC" ] && CMD="urpmi --no-verify-rpm" || CMD="urpmi --auto --no-verify-rpm"
;;
"SUSE|SLED|SLES")
[ -n "$INAC" ] && CMD="zypper --non-interactive install" || CMD="yes | zypper --non-interactive install" [ -n "$INAC" ] && CMD="zypper --non-interactive install" || CMD="yes | zypper --non-interactive install"
;; ;;
*) *)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment