fix disastrous confusion between $INSTALL and ${INSTALL}
authorPhil Blundell <philb@gnu.org>
Sun, 20 Jun 2004 19:51:41 +0000 (19:51 +0000)
committerPhil Blundell <philb@gnu.org>
Sun, 20 Jun 2004 19:51:41 +0000 (19:51 +0000)
BKrev: 40d5eacdUt3y8fwcdp_JPbXf5bh_cQ

ipkg-utils/ipkg-utils-native_1.6cvs.oe

index 7f2cf8e..b8c3f76 100644 (file)
@@ -1,9 +1,10 @@
 include ipkg-utils_${PV}.oe
+PR = "r2"
 inherit native
 DEPENDS = "python-native"
 
 do_stage() {
-        for i in $INSTALL; do
+        for i in ${INSTALL}; do
                 install $i ${STAGING_BINDIR}
         done
 }