summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Horus <Horus@web>2016-03-15 08:53:15 +0000
committerGravatar admin <admin@branchable.com>2016-03-15 08:53:15 +0000
commitf0d0ca00a55c2282a8ccc50a742bebcc26bcfe02 (patch)
treefce276da3979893b97e2c86b20553bafd06ac937
parent2b4fd841e97264e7295a5880444aa523dea9ca23 (diff)
Added a comment
-rw-r--r--doc/forum/Autostart_the_assistant/comment_3_42de896f64adb49c60ec3f7e0aeebda6._comment19
1 files changed, 19 insertions, 0 deletions
diff --git a/doc/forum/Autostart_the_assistant/comment_3_42de896f64adb49c60ec3f7e0aeebda6._comment b/doc/forum/Autostart_the_assistant/comment_3_42de896f64adb49c60ec3f7e0aeebda6._comment
new file mode 100644
index 000000000..3f23c03e5
--- /dev/null
+++ b/doc/forum/Autostart_the_assistant/comment_3_42de896f64adb49c60ec3f7e0aeebda6._comment
@@ -0,0 +1,19 @@
+[[!comment format=mdwn
+ username="Horus"
+ subject="comment 3"
+ date="2016-03-15T08:53:14Z"
+ content="""
+I use the Arch package, it is built / installed like that <https://projects.archlinux.org/svntogit/community.git/tree/trunk/PKGBUILD?h=packages/git-annex>
+
+ runhaskell Setup configure -O --prefix=/usr --docdir=\"/usr/share/doc/${pkgname}\" \
+ -fcryptonite -fnetwork-uri -f-ekg -fconcurrentoutput -ftorrentparser \
+ -ftestsuite -f-androidsplice -f-android -fproduction -fpairing -fwebapp \
+ -fassistant -fwebdav -fs3 -f-benchmark -fdbus -fxmpp -fmagicmime
+ runhaskell Setup build
+
+ runhaskell Setup copy --destdir=\"${pkgdir}\"
+
+Seem to be no classical make install involved. I try to peek your build system, but I know way to little about Haskell.
+
+Is there a way to get all the generated desktop files? Maybe add them to the prebuilt tarball?
+"""]]