diff options
author | Max Rees <maxcrees@me.com> | 2019-07-21 19:44:28 -0400 |
---|---|---|
committer | Max Rees <maxcrees@me.com> | 2019-07-21 19:44:28 -0400 |
commit | db4d737a2d883f7d3ff122fa3116afecb9942770 (patch) | |
tree | a829de67577a3c8dac8386d902d25de634117e1a /user/libtommath | |
parent | 94731625b42d0dfc0fd5111482938584b40c7478 (diff) | |
download | packages-db4d737a2d883f7d3ff122fa3116afecb9942770.tar.gz packages-db4d737a2d883f7d3ff122fa3116afecb9942770.tar.bz2 packages-db4d737a2d883f7d3ff122fa3116afecb9942770.tar.xz packages-db4d737a2d883f7d3ff122fa3116afecb9942770.zip |
user/*: APKBUILD bashism removal, part one (a-p)
Diffstat (limited to 'user/libtommath')
-rw-r--r-- | user/libtommath/APKBUILD | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/user/libtommath/APKBUILD b/user/libtommath/APKBUILD index 826ecf131..2e5bce094 100644 --- a/user/libtommath/APKBUILD +++ b/user/libtommath/APKBUILD @@ -10,8 +10,7 @@ license="Unlicense" depends="" makedepends="" subpackages="$pkgname-dev" -source="https://github.com/libtom/libtommath/releases/download/v${pkgver/_/-}/ltm-${pkgver/_/-}.tar.xz" -builddir="$srcdir/$pkgname-${pkgver/_/-}" +source="https://github.com/libtom/libtommath/releases/download/v$pkgver/ltm-$pkgver.tar.xz" build() { make PREFIX=/usr -f makefile.shared |