diff options
Diffstat (limited to 'x11-themes/nuvox/files/nuvox-07.1-fix-buildset.patch')
-rw-r--r-- | x11-themes/nuvox/files/nuvox-07.1-fix-buildset.patch | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/x11-themes/nuvox/files/nuvox-07.1-fix-buildset.patch b/x11-themes/nuvox/files/nuvox-07.1-fix-buildset.patch new file mode 100644 index 000000000000..fba871878c70 --- /dev/null +++ b/x11-themes/nuvox/files/nuvox-07.1-fix-buildset.patch @@ -0,0 +1,23 @@ +--- a/buildset ++++ b/buildset +@@ -157,7 +157,6 @@ + + + # Move/Remove the created directories so the user can rebuild if needed. +-rm -fr 32x32/apps 32x32/devices 32x32/mimetypes 32x32/filesystems + for size in $SIZES + do + if [ "$size" != "32x32" ]; then # Already did the 32x32 size above +@@ -169,12 +168,10 @@ + echo -ne "Tarring and compressing.\n" + if test -f $COMPRESSOR + then +- tar cf $PACKAGENAME.tar $PACKAGENAME && $COMPRESSOR $PACKAGENAME.tar + echo -ne "\nThe $PACKAGENAME icon set has been built. Use kcontrol to install the icon set.\n" + echo && ls -sh $PACKAGENAME.tar* && echo + fi + echo -ne "Removing all temporary directories...\n" +-rm -fr $PACKAGENAME + + echo -ne "\nAll done. ;)\n" + |