[Slackbuilds-users] slackbuild for vuze does not comply to template
    Greg' Ar Tourter 
    artourter at gmail.com
       
    Mon Dec 14 15:57:41 UTC 2009
    
    
  
there are a few errors in the slackbuild for vuze which make it not
build properly when using sbopkg. (mainly the fact that $OUTPUT is not
defined)
here is a quick diff to make it work:
22,23c22,24
< TMP=${TMP:-/tmp}
< PKG=$TMP/$PRGNAM
---
> TMP=${TMP:-/tmp/SBo}
> PKG=$TMP/package-$PRGNAM
> OUTPUT=${OUTPUT:-$TMP}
48c49
< /sbin/makepkg -l y -c n $TMP/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}
---
> /sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}
Cheers
ArTourter
    
    
More information about the SlackBuilds-users
mailing list