community/hledger: fix tabs

This commit is contained in:
Dhruvin Gandhi 2023-12-10 02:15:39 +05:30 committed by Kevin Daudt
parent 9e18fdfab1
commit 71f19b1e4d

View File

@ -38,13 +38,13 @@ 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
(
cd "$builddir"
cabal v2-freeze --shadow-installed-packages
mv cabal.project.freeze "$startdir/"
)
}
prepare() {