diff options
author | Aleksandar Samardzic <asamardzic@gmail.com> | 2010-05-13 00:28:37 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-13 00:28:37 +0200 |
commit | 38c2097435c00d08b6627ab20e8f73584ccb1aa8 (patch) | |
tree | 9d62fe4887d58bf835298fbaa306d25833b2f3c9 /libraries/OpenSceneGraph/OpenSceneGraph.SlackBuild | |
parent | 577255832d86a35bb9bc84344921e90884a231c0 (diff) |
libraries/OpenSceneGraph: Updated for version 2.8.0
Diffstat (limited to 'libraries/OpenSceneGraph/OpenSceneGraph.SlackBuild')
-rw-r--r-- | libraries/OpenSceneGraph/OpenSceneGraph.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/OpenSceneGraph/OpenSceneGraph.SlackBuild b/libraries/OpenSceneGraph/OpenSceneGraph.SlackBuild index 913da8eae9fe..9db4992f21dd 100644 --- a/libraries/OpenSceneGraph/OpenSceneGraph.SlackBuild +++ b/libraries/OpenSceneGraph/OpenSceneGraph.SlackBuild @@ -67,4 +67,4 @@ mkdir -p $PKG/install cat $CWD/slack-desc > $PKG/install/slack-desc cd $PKG -/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz +/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz} |