libraries/eigen3: Fixed hardcoded package location

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
Fridrich von Stauffenberg 2012-02-12 10:34:47 -06:00 committed by Niels Horn
parent 8e1001f898
commit 69e779ec9f

View file

@ -25,7 +25,7 @@
PRGNAM=eigen3
VERSION=${VERSION:-3.0.4}
BUILD=${BUILD:-1}
BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
TARVERSION=eigen-13a11181fc5a
@ -96,4 +96,4 @@ mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc
cd $PKG
/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}