CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
Fixed installation of .la files which were affected due to crosscompilation paths.
[pkgutils-cross.git] / pkgmk-cross
index 49d0065e83c031a72ba17fc5e747f6ea83efae26..f5ecafce82438384bb913b7f98298a9db6e51e94 100755 (executable)
@@ -19,7 +19,7 @@ while [ "$1" ]; do
 done
 
 if [ ! -z "$PKGMK_OPTIMIZE" ]; then
-       _cflags="$(grep "^${PKGMK_OPTIMIZE}_CFLAGS=" $PKGMK_CONF | cut -d'=' -f2- | sed 's|"||g')"
+  _cflags="$(grep "^${PKGMK_OPTIMIZE}_CFLAGS=" $PKGMK_CONF | cut -d'=' -f2- | sed 's|"||g')"
   if [ ! -z "$_cflags" ]; then
     sed '/_CFLAGS=/d' $PKGMK_CONF | sed "s|CFLAGS=.*|CFLAGS=\"$_cflags\"|" > $TMP_CONF
     PKGMK_CONF="$TMP_CONF"