mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 04:16:46 +02:00
community/hledger-iadd: fix cabal_update
This commit is contained in:
parent
59dd8a6728
commit
afb9468252
@ -23,13 +23,10 @@ export CABAL_DIR="$srcdir"/cabal
|
||||
export PATH="/usr/lib/llvm$_llvmver/bin:$PATH"
|
||||
|
||||
cabal_update() {
|
||||
cd $builddir
|
||||
cabal v2-update
|
||||
(
|
||||
cd "$builddir"
|
||||
cabal v2-freeze --shadow-installed-packages
|
||||
mv cabal.project.freeze "$startdir/"
|
||||
)
|
||||
cd "$builddir"
|
||||
cabal v2-update
|
||||
cabal v2-freeze --shadow-installed-packages
|
||||
mv cabal.project.freeze "$startdir"
|
||||
}
|
||||
|
||||
prepare() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user