Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump topas #12618

Merged
merged 7 commits into from
Dec 14, 2018
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Use ${PKG_VERSION}
druvus authored Dec 13, 2018
commit 41dc85540a8becf981e1bd441b0a7b066c5f651c
2 changes: 1 addition & 1 deletion recipes/topas/build.sh
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@ set -eu -o pipefail
outdir=$PREFIX/share/$PKG_NAME-$PKG_VERSION-$PKG_BUILDNUM
mkdir -p $outdir
mkdir -p $PREFIX/bin
cp -R $SRC_DIR/TOPAS-1.0.1.jar $outdir/
cp -R $SRC_DIR/TOPAS-${PKG_VERSION}.jar $outdir/
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If you write

cp -R $SRC_DIR/TOPAS-${PKG_VERSION}.jar  $outdir/TOPAS.har

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actually, the -R is not needed - it's just one file and we don't want recursion here.

cp $RECIPE_DIR/topas.py $outdir/topas
ls -l $outdir
ln -s $outdir/topas $PREFIX/bin