diff options
author | http://a-or-b.myopenid.com/ <http://a-or-b.myopenid.com/@web> | 2013-08-06 04:20:19 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2013-08-06 04:20:19 +0000 |
commit | a5fb1fa7084c07968e2b8480de99bcf4dbfcd807 (patch) | |
tree | b8c4a79a03e437c208ce7426076bf2e8ce9c7cc3 /doc | |
parent | 60b71253d05f130869feefc2ca51b5d12c6576e8 (diff) |
Added a comment
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tips/downloading_podcasts/comment_11_d8d77048c7e2524968c188e1ad517873._comment | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/doc/tips/downloading_podcasts/comment_11_d8d77048c7e2524968c188e1ad517873._comment b/doc/tips/downloading_podcasts/comment_11_d8d77048c7e2524968c188e1ad517873._comment new file mode 100644 index 000000000..fd3459926 --- /dev/null +++ b/doc/tips/downloading_podcasts/comment_11_d8d77048c7e2524968c188e1ad517873._comment @@ -0,0 +1,24 @@ +[[!comment format=mdwn + username="http://a-or-b.myopenid.com/" + ip="220.244.41.108" + subject="comment 11" + date="2013-08-06T04:20:16Z" + content=""" + $ cabal install feed + Resolving dependencies... + All the requested packages are already installed: + feed-0.3.9.1 + Use --reinstall if you want to reinstall anyway. + +Then I reinstalled `git-annex` but it still doesn't find the feeds flag. + + $ git annex version + git-annex version: 4.20130802 + build flags: Assistant Webapp Pairing Testsuite S3 WebDAV FsEvents XMPP DNS + +Do I need to do something like: + + cabal install git-annex --bindir=$HOME/bin -f\"-assistant -webapp -webdav -pairing -xmpp -dns -feed\" + +...but what are the default flags to include in addition to `-feed` +"""]] |