[Slackbuilds-users] libraries/libxfcegui4: typo
Sebastien BALLET
slacker6896 at gmail.com
Sun Jul 16 16:37:59 UTC 2017
oops, there's also a typo at lines #82 and #99 :
82: --docdir=/usr/doc/$*PKGNAM*-$VERSION
should be :
82: --docdir=/usr/doc/$*PRGNAM*-$VERSION
99: $PKG/usr/doc/${*PKGNAM*}-$VERSION
should be :
99: $PKG/usr/doc/${*PRGNAM*}-$VERSION
--
SeB
2017-07-16 17:18 GMT+02:00 Sebastien BALLET <slacker6896 at gmail.com>:
> Hello,
>
> There's a typo at line #96 in libraries/libxfcegui4.SlackBuild which
> leads to installation of doc files in /usr/doc/-4.10.0 instead of
> /usr/doc/libxfcegui4-4.10.0 :
>
> 96: mkdir -p $PKG/usr/doc/${*PKGNAM*}-$VERSION
>
> should be :
>
> 96: mkdir -p $PKG/usr/doc/${*PRGNAM*}-$VERSION
>
> PS: I didn't expect to find that. I had luck ;-)
> --
> SeB
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.slackbuilds.org/pipermail/slackbuilds-users/attachments/20170716/a883112e/attachment.html>
More information about the SlackBuilds-users
mailing list