CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
Fixed order for injected packages in setup-helper script. 2.8
authorJose V Beneyto <sepen@crux.nu>
Thu, 1 Nov 2012 17:48:10 +0000 (17:48 +0000)
committerJose V Beneyto <sepen@crux.nu>
Thu, 1 Nov 2012 17:48:10 +0000 (17:48 +0000)
filesystem/setup-helper

index 37101a76b1664130eaf24e51da667c962c1fd18d..bce20d20c67198fc3d0435f8b5723bacccfcffcd 100755 (executable)
@@ -118,6 +118,10 @@ if grep -q opt $EXTRA_COLLECTIONS; then
        if [ `is_installed wpa_supplicant` ]; then
            inject_packages libnl
        fi
+
+       if [ `is_installed firefox` ]; then
+           inject_packages nspr nss sqlite3
+       fi
 fi
 
 if grep -q xorg $EXTRA_COLLECTIONS; then
@@ -134,10 +138,6 @@ if grep -q xorg $EXTRA_COLLECTIONS; then
            inject_packages mtdev
        fi
 
-       if [ `is_installed firefox` ]; then
-           inject_packages nspr nss sqlite3
-       fi
-
        if [ `is_installed mesa3d` ]; then
            inject_packages glu
        fi