[Slackbuilds-users] Patches in `$PKG/usr/doc/$PRGNAM-$VERSION/`?

Thomas Szteliga ts at websafe.pl
Tue Aug 11 03:13:12 UTC 2015


SlackBuild templates (and scripts) contain this line:


~~~~
cat $CWD/$PRGNAM.SlackBuild \
    > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
~~~~


but what if a SlackBuild script requires patches applied
during its execution. Shouldn't they be copied to


	$PKG/usr/doc/$PRGNAM-$VERSION/

as well?


For example, `arj` <http://slackbuilds.org/repository/14.1/system/arj/>
requires a lot of patches
<http://slackbuilds.org/slackbuilds/14.1/system/arj/patches/> but the
SlackBuild script
<http://slackbuilds.org/slackbuilds/14.1/system/arj/arj.SlackBuild>
still contains only:

~~~~
cat $CWD/$PRGNAM.SlackBuild \
    > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
~~~~


leaving the patches out.



-- 
Best regards,

Thomas Szteliga
https://github.com/websafe/

-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 3712 bytes
Desc: S/MIME Cryptographic Signature
URL: <http://lists.slackbuilds.org/pipermail/slackbuilds-users/attachments/20150811/c751f7d8/attachment-0001.p7s>


More information about the SlackBuilds-users mailing list