Removed executable property from certain read-only files
[hvlinux.git] / stage1 / cis-zlib
index f01fc25..b5ba571 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 set -o errexit
 
 # First argument of this script is the package name
@@ -13,8 +13,7 @@ apply_patches ${1}
 
 cd ${LFS_TMP}/${1}
 CC="${CC} ${CLFS_BUILDFLAGS}" ./configure \
-    --prefix=/tools \
-    --shared
+    --prefix=/tools
 ${HVMAKE}
 
 # Installing the shared library