Fix invalid installation of udev libs to /lib
[hvlinux.git] / stage2 / hv-install-2
index 8a57fa7..5870b94 100755 (executable)
@@ -42,7 +42,7 @@ ipkg -m noac ${SYSVINIT}
 FORCE_UNSAFE_CONFIGURE=1 ipkg ${TAR_PACKAGE} "--bindir=/bin --libexecdir=/usr/sbin"
 ipkg ${TEXINFO}
 ipkg ${EUDEV}
-ipkg ${GRUB} --disable-werror
+CFLAGS="" CPPFLAGS="" CXXFLAGS="" ipkg ${GRUB} --disable-werror
 ipkg -m acnb ${DHCP}
 
 if [ -n "${WIFI_SUPPORT}" ]; then
@@ -63,7 +63,7 @@ ipkg ${HV_UTILITIES} "--prefix=/usr/local"
 ipkg ${LZO} "--enable-shared --disable-static"
 ipkg ${LZOP}
 
-ipkg -c -m noac -l "kernel" -s "kernel" ${KERNEL}
+ipkg -m noac -l "kernel" -s "kernel" ${KERNEL}
 
 rscr once "Installing bootscripts"  install-bootscripts
 rscr once "Creating default config files" create-config-files