CRUX-ARM :
Home
Home
::
Documentation
::
Download
::
Development
::
Community
::
Ports
::
Packages
::
Bugs
::
Links
::
About
::
Donors
development
/
initrd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b58c750
)
Fixed order for injected packages in setup-helper script.
2.8
author
Jose V Beneyto
<sepen@crux.nu>
Thu, 1 Nov 2012 17:48:10 +0000
(17:48 +0000)
committer
Jose V Beneyto
<sepen@crux.nu>
Thu, 1 Nov 2012 17:48:10 +0000
(17:48 +0000)
filesystem/setup-helper
patch
|
blob
|
blame
|
history
diff --git
a/filesystem/setup-helper
b/filesystem/setup-helper
index 37101a76b1664130eaf24e51da667c962c1fd18d..bce20d20c67198fc3d0435f8b5723bacccfcffcd 100755
(executable)
--- a/
filesystem/setup-helper
+++ b/
filesystem/setup-helper
@@
-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