diff options
Diffstat (limited to 'academic/archeopteryx/archeopteryx.SlackBuild')
-rw-r--r-- | academic/archeopteryx/archeopteryx.SlackBuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/academic/archeopteryx/archeopteryx.SlackBuild b/academic/archeopteryx/archeopteryx.SlackBuild index c7041a1f24539..3f767ddbdc2c3 100644 --- a/academic/archeopteryx/archeopteryx.SlackBuild +++ b/academic/archeopteryx/archeopteryx.SlackBuild @@ -23,12 +23,11 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=archeopteryx -VERSION=${VERSION:-0.9917_beta} +VERSION=${VERSION:-1045} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} SRCNAM=forester -SRCVER=1044 ARCH=noarch CWD=$(pwd) @@ -42,7 +41,7 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP -install -D -m755 $CWD/${SRCNAM}_${SRCVER}.jar $PKG/usr/bin/$PRGNAM.jar +install -D -m755 $CWD/${SRCNAM}_${VERSION}.jar $PKG/usr/bin/$PRGNAM.jar mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild |