summaryrefslogtreecommitdiff
path: root/doc/forum/Bootstrapping_with_Cabal_on_Archlinux_fails/comment_4_294fcbae675879cb81aeb8d37cf3b635._comment
blob: 726067da7385de8e2a148496e0324e7ea8a12310 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[[!comment format=mdwn
 username="joey"
 subject="""comment 4"""
 date="2020-06-17T21:33:14Z"
 content="""
	cabal install --install-method=symlink --installdir=. exe:propellor --overwrite-policy=always

But, this seems to do a lot of extra work, including generating a tarball
of all the source code, and possibly building the package again
unncessarily. And only works with a new enough cabal version.

Ok, I've implemented it using `find`.
"""]]