fix for removal of webdav build flag
This commit is contained in:
parent
02ef3d6a64
commit
8e7aeb0e74
1 changed files with 2 additions and 2 deletions
|
@ -83,8 +83,8 @@ to be broken from time to time.
|
|||
|
||||
Get the git-annex source code, and inside the source tree, run:
|
||||
|
||||
cabal install -j -f"-assistant -webapp -webdav -pairing -dbus -magicmime" --only-dependencies
|
||||
cabal configure -f"-assistant -webapp -webdav -pairing -dbus -magicmime"
|
||||
cabal install -j -f"-assistant -webapp -pairing -dbus -magicmime" --only-dependencies
|
||||
cabal configure -f"-assistant -webapp -pairing -dbus -magicmime"
|
||||
cabal build -j
|
||||
|
||||
To install the program and all associated files system-wide
|
||||
|
|
Loading…
Reference in a new issue