Hi,<br>Firstly, slim-1.3.2 is out. I suppose that slim-1.3.1-include_stdio_h.patch isn&#39;t more required. A part of code is twice repeated in slim.SlackBuild:<br><pre>set -e<br><br>rm -rf $PKG<br>mkdir -p $TMP $PKG $OUTPUT<br>
cd $TMP<br>rm -rf $PRGNAM-$VERSION<br>tar xvf $CWD/$PRGNAM-$VERSION.tar.gz<br>cd $PRGNAM-$VERSION<br>chown -R root:root .<br>find . \<br> \( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \<br> -exec chmod 755 {} \; -o \<br>
 \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \<br> -exec chmod 644 {} \;<br><br>And I corrected a patch for libpng (attached)</pre>