Skip to content

Commit

Permalink
bugfix in make-project
Browse files Browse the repository at this point in the history
  • Loading branch information
abarbu committed Sep 10, 2013
1 parent 3656e60 commit 7951668
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/make-project
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ rm -f ${NAME}/src/${PKG_PATH}/${ACTIVITY}.jar
touch ${NAME}/src/${PKG_PATH}/${ACTIVITY}.scm
ln -s `pwd`/kawa/kawa-1.*.jar ${NAME}/libs/kawa.jar

(cd ${NAME}; (patch -p0 <<\EOF
(cd ${NAME}; (patch -p0 <<EOF
--- build.xml.orig 2010-10-11 15:48:59.092681778 -0700
+++ build.xml 2010-11-04 22:26:34.565673740 -0700
@@ -64,4 +64,27 @@
Expand Down

0 comments on commit 7951668

Please sign in to comment.