# HG changeset patch # User Christophe Lincoln # Date 1202250238 -3600 # Node ID f0821ee32fd3d4776f4b3733a5d66790f17e2a96 # Parent c22f1b88136f0b978e024a257ac81ebcf01a1f91 Fix /usr/share/pixmaps if custom image is in stuff/ diff -r c22f1b88136f -r f0821ee32fd3 tazwok --- a/tazwok Tue Feb 05 00:27:57 2008 +0100 +++ b/tazwok Tue Feb 05 23:23:58 2008 +0100 @@ -25,6 +25,8 @@ development system-tools security +games +misc meta" # Use words rater than numbers in the code. @@ -302,8 +304,8 @@ # Pixmaps. Some icons/images can be add trough genpkg_rules and # generic copy can be disable with GENERIC_PIXMAPS="no" in pkg receipt. if [ ! "$GENERIC_PIXMAPS" = "no" ]; then + mkdir -p $fs/usr/share/pixmaps if [ -d "$_pkg/usr/share/pixmaps" ]; then - mkdir -p $fs/usr/share/pixmaps cp -a $_pkg/usr/share/pixmaps/$PACKAGE.* \ $fs/usr/share/pixmaps 2>/dev/null fi