diff options
author | Koen Kooi <koen@openembedded.org> | 2009-11-02 12:14:36 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-11-02 13:17:14 +0100 |
commit | e03a0d9069fb3ac7e6603c927eb58735c4290fb3 (patch) | |
tree | fd0d01dd78fc17bf11e21326b3d7052190f6d855 /contrib/angstrom/build-feeds.sh | |
parent | 9b6180b7621cce4dc83ff5f85ac7061bac95e6bd (diff) |
angstrom feed builder: clean iso-codes as well
Diffstat (limited to 'contrib/angstrom/build-feeds.sh')
-rwxr-xr-x | contrib/angstrom/build-feeds.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/angstrom/build-feeds.sh b/contrib/angstrom/build-feeds.sh index 38f2c365cf..6760a5dff6 100755 --- a/contrib/angstrom/build-feeds.sh +++ b/contrib/angstrom/build-feeds.sh @@ -70,7 +70,7 @@ fi for machine in ${ARCH_MACHINES} do BUILD_MACHINE=$machine - BUILD_CLEAN="qmake-native qmake2-native qt-x11-free python python-native python-pygtk gnome-icon-theme" + BUILD_CLEAN="qmake-native qmake2-native qt-x11-free iso-codes python python-native python-pygtk gnome-icon-theme" BUILD_TARGETS=" \ abiword \ aircrack-ng \ |