1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
Description: Rename snap binary
To avoid a conflict
Author: Joachim Breitner <nomeata@debian.org>
Bug-Debian: http://bugs.debian.org/741503
Forwarded: not-needed
Index: b/snap.cabal
===================================================================
--- a/snap.cabal
+++ b/snap.cabal
@@ -15,7 +15,7 @@ description:
@$ cabal install snap snap-templates
$ mkdir myproject
$ cd myproject
- $ snap init@
+ $ snap-framework init@
.
If you have trouble or any questions, see our FAQ page
(<http://snapframework.com/faq>) or the documentation
|