Corrections git man pages
[hvlinux.git] / stage3 / stage3-install
index 81e9da2..bf8d7a5 100755 (executable)
@@ -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}