[Slackbuilds-users] cairo-dock SlackBuild problem

George Vlahavas vlahavas at gmail.com
Tue Oct 25 14:47:02 UTC 2011


Hi. The makepkg line in the cairo-dock package is somewhat broken. It
looks like this:
/sbin/makepkg -l y -c n
$OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG${PKGTYPE:-.tgz}

while it should be like this:
/sbin/makepkg -l y -c n
$OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}
(the "." should not be part of the PKGTYPE variable)

The way it is now, it's not standard and if someone has set the
PKGTYPE variable to anything else (or even to "tgz"), makepkg will
fail and won't create a package.

I'm CCing the maintainer...


More information about the SlackBuilds-users mailing list