Do not re-install gnash key if it is already installed
[hvlinux.git] / stage2 / stage2-install
index c212cf6..f27c556 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 
 LFS_STAGE=stage2
 
@@ -58,7 +58,7 @@ CC="gcc -isystem /usr/include" \
 
 CC="gcc -Wl,-rpath-link,/lib -isystem /usr/include" \
     CXX="g++ -Wl,-rpath-link,/lib -isystem /usr/include" \
-    ipkg_cust  ${GCC_CORE} cis-gcc \
+    ipkg_cust  ${GCC} cis-gcc \
     --libexecdir=/usr/lib \
     --enable-shared \
     --enable-threads=posix \