diff options
author | Koen Kooi <koen@openembedded.org> | 2008-10-18 11:04:49 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-10-18 11:04:49 +0200 |
commit | 2b4d8829a8df88c2c5d78750536f12dd42ee6f57 (patch) | |
tree | fc9072ea2ebfce7529158285788115af113d5b46 /contrib/angstrom | |
parent | c6aff25fcf987b04ec654b4331dcded4eae27696 (diff) |
angstrom feed builder: add gnome-icon-theme to cleaning list
Diffstat (limited to 'contrib/angstrom')
-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 deea7d3627..75b630b22d 100755 --- a/contrib/angstrom/build-feeds.sh +++ b/contrib/angstrom/build-feeds.sh @@ -61,7 +61,7 @@ do_build for machine in simpad om-gta01 c7x0 nokia800 beagleboard dht-walnut efika do BUILD_MACHINE=$machine - BUILD_CLEAN="qmake-native qmake2-native qt-x11-free python" + BUILD_CLEAN="qmake-native qmake2-native qt-x11-free python gnome-icon-theme" BUILD_TARGETS=" \ abiword \ aircrack-ng \ |