X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage3%2Fstage3-install;h=bf8d7a532555ecf3ff7c514bfebbd8cc37deaf04;hb=425bbc4fed1d0106b78befe474328fb9f5a15334;hp=81e9da2e7cd1f83a2651ea5c7e2d6f4a0a0fc91f;hpb=8c1ceecd26d41af612337eb87f51fa1d353d6c8a;p=hvlinux.git diff --git a/stage3/stage3-install b/stage3/stage3-install index 81e9da2..bf8d7a5 100755 --- a/stage3/stage3-install +++ b/stage3/stage3-install @@ -20,6 +20,9 @@ fi init_log_file +# Scripts directory +export SCRDIR=$(pwd) + ipkg_ac ${PCRE} \ --docdir=/usr/share/doc/pcre \ --enable-utf8 \ @@ -34,7 +37,7 @@ if [ "x${USE_DYNAMIC_DNS}" = "xyes" ]; then # For updating dynamic DNS entries. ipkg_cust ${DDCLIENT} cis-ddclient fi -ipkg_ac ${LIBPCAP} "--enable-yydebug" +ipkg_ac_nb ${LIBPCAP} ipkg_ac ${TCPDUMP} ipkg_ac_nb ${NMAP} ipkg_cust ${BIND} cis-bind @@ -58,11 +61,11 @@ INIT_D_PATH=/etc/rc.d/init.d \ ipkg_cust ${DOSFSTOOLS} cis-dosfstools ipkg_ac ${CVS} "--disable-server" ipkg_ac_nb ${GIT} -ipkg_cust ${GIT_MANPAGES} cis-git-manpages +rscr once "Installing ${GIT_MANPAGES}" decompress_package ${GIT_MANPAGES} /usr/share/man # Graphic libraries without X-Window dependencies ipkg_ac ${LIBJPEG} "--enable-static --enable-shared" -ipkg_cust ${LIBOPENJPEG} +ipkg_ac ${LIBOPENJPEG} ipkg_ac ${LIBPNG} ipkg_ac ${LIBART} ipkg_ac ${LIBEXIF} @@ -132,7 +135,7 @@ if [ "x${INST_TYPE}" = "xworkstation" -o "x${INST_TYPE}" = "xltsp-server" ]; the ipkg_pm ${PERL_MOD_DIGEST_SHA1} ipkg_pm ${PERL_MOD_URI} ipkg_pm ${PERL_MOD_LWP} - ipkg_cust ${PERL_MOD_NET_DNS} cis-pm-net-dns + ipkg_pm ${PERL_MOD_NET_DNS} --no-online-tests # Needed by OpenOffice ??? ipkg_pm ${PERL_MOD_ARCHIVE_ZIP}