remove some no longer present build flags from example

This commit is contained in:
Joey Hess 2018-09-05 11:16:28 -04:00
parent 55f8d90dee
commit d5a8fbcc65
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -73,8 +73,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 -xmpp -dns -dbus -magicmime" --only-dependencies
cabal configure -f"-assistant -webapp -webdav -pairing -xmpp -dns -dbus -magicmime"
cabal install -j -f"-assistant -webapp -webdav -pairing -dbus -magicmime" --only-dependencies
cabal configure -f"-assistant -webapp -webdav -pairing -dbus -magicmime"
cabal build -j
PATH=$HOME/bin:$PATH
cabal install --bindir=$HOME/bin