[Slackbuilds-users] slim

Eugen Wissner belka.ew at gmail.com
Thu Jul 22 13:07:31 UTC 2010


Hi,
Firstly, slim-1.3.2 is out. I suppose that slim-1.3.1-include_stdio_h.patch
isn't more required. A part of code is twice repeated in slim.SlackBuild:

set -e

rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
cd $PRGNAM-$VERSION
chown -R root:root .
find . \
 \( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \
 -exec chmod 755 {} \; -o \
 \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o
-perm 400 \) \
 -exec chmod 644 {} \;

And I corrected a patch for libpng (attached)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.slackbuilds.org/pipermail/slackbuilds-users/attachments/20100722/5e9457da/attachment.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: slim-1.3.2-use_libpng14.patch
Type: application/octet-stream
Size: 678 bytes
Desc: not available
URL: <http://lists.slackbuilds.org/pipermail/slackbuilds-users/attachments/20100722/5e9457da/attachment.obj>


More information about the SlackBuilds-users mailing list