tazwok rev 26
Fix /usr/share/pixmaps if custom image is in stuff/
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Tue Feb 05 23:23:58 2008 +0100 (2008-02-05) |
parents | c22f1b88136f |
children | 455c8f46f7c3 |
files | tazwok |
line diff
1.1 --- a/tazwok Tue Feb 05 00:27:57 2008 +0100 1.2 +++ b/tazwok Tue Feb 05 23:23:58 2008 +0100 1.3 @@ -25,6 +25,8 @@ 1.4 development 1.5 system-tools 1.6 security 1.7 +games 1.8 +misc 1.9 meta" 1.10 1.11 # Use words rater than numbers in the code. 1.12 @@ -302,8 +304,8 @@ 1.13 # Pixmaps. Some icons/images can be add trough genpkg_rules and 1.14 # generic copy can be disable with GENERIC_PIXMAPS="no" in pkg receipt. 1.15 if [ ! "$GENERIC_PIXMAPS" = "no" ]; then 1.16 + mkdir -p $fs/usr/share/pixmaps 1.17 if [ -d "$_pkg/usr/share/pixmaps" ]; then 1.18 - mkdir -p $fs/usr/share/pixmaps 1.19 cp -a $_pkg/usr/share/pixmaps/$PACKAGE.* \ 1.20 $fs/usr/share/pixmaps 2>/dev/null 1.21 fi