mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
academic/OpenMM: Fix github tarball handling.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
95f73609d5
commit
2835dbd259
2 changed files with 2 additions and 2 deletions
|
@ -73,7 +73,7 @@ rm -rf $PKG
|
|||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $SRCNAM-$VERSION
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
|
||||
tar xvf $CWD/$SRCNAM-$VERSION.tar.gz
|
||||
cd $SRCNAM-$VERSION
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
PRGNAM="OpenMM"
|
||||
VERSION="7.7.0"
|
||||
HOMEPAGE="https://openmm.org"
|
||||
DOWNLOAD="https://github.com/openmm/openmm/archive/7.7.0/OpenMM-7.7.0.tar.gz"
|
||||
DOWNLOAD="https://github.com/openmm/openmm/archive/7.7.0/openmm-7.7.0.tar.gz"
|
||||
MD5SUM="659712580bffde569f0c1663f7df7e68"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
|
|
Loading…
Reference in a new issue