Commit 74571f85 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

no needo to auto select "suggested" packages.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38135 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent eefd91f5
......@@ -39,7 +39,7 @@ libreadline-devel
librsync-devel
libsasl2-devel
libtermcap-devel
libtiff3-devel
libtiff-devel
libtool
libungif-devel
libxml2-devel
......@@ -58,7 +58,7 @@ zip
zlib1-devel\
"""
if [ x"$1" == x ]; then
urpmi $PACKAGE_LIST
urpmi --no-suggests $PACKAGE_LIST
elif [ "$1" = "-l" ]; then
echo "$PACKAGE_LIST"
elif [ "$1" = "-h" ]; then
......
......@@ -57,7 +57,7 @@ zip
zlib1-devel\
"""
if [ x"$1" == x ]; then
urpmi $PACKAGE_LIST
urpmi --no-suggests $PACKAGE_LIST
elif [ "$1" = "-l" ]; then
echo "$PACKAGE_LIST"
elif [ "$1" = "-h" ]; then
......
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