Skip to content

Commit

Permalink
fixup: link
Browse files Browse the repository at this point in the history
  • Loading branch information
harendra-kumar committed Dec 17, 2023
1 parent d0317f5 commit 7d57544
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packcheck.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1348,7 +1348,8 @@ ensure_cabal_config() {
then
if test -f ${OS_APP_HOME}/.config/cabal/config
then
run_verbose ln -s ${OS_APP_HOME}/.config/cabal/config $cfg
mkdir -p $(dirname $cfg)
run_verbose_errexit ln -s ${OS_APP_HOME}/.config/cabal/config $cfg
fi
fi
fi
Expand Down

0 comments on commit 7d57544

Please sign in to comment.