From 05fc2b89d843566e42d6a5a92840c7117ba10bea Mon Sep 17 00:00:00 2001 From: "ph4ntome@gmail.com" Date: Fri, 31 Oct 2014 21:12:41 +0000 Subject: [PATCH] Work on make_pkg script git-svn-id: https://callirhoe.googlecode.com/svn/branches/phantome@184 81c8bb96-aa45-f2e2-0eef-c4fa4a15c6df --- make_pkg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/make_pkg b/make_pkg index 9700886..ff4dba4 100755 --- a/make_pkg +++ b/make_pkg @@ -33,6 +33,6 @@ rm calmagick.zip # Create Makefile echo install: > Makefile -echo install -m 0755 callirhoe "$""(prefix)"/bin >> Makefile -echo install -m 0755 calmagick "$""(prefix)"/bin >> Makefile -find holidays/ | sed 's/^/ install -m 644 /' | sed 's/$/ \$(prefix)\/share\/callirhoe/' >> Makefile \ No newline at end of file +echo " install -m 0755 callirhoe" "$""(prefix)/bin" >> Makefile +echo " install -m 0755 calmagick" "$""(prefix)/bin" >> Makefile +find holidays/* -printf " install -m 644 %p \$(prefix)/share/callirhoe\n" >> Makefile \ No newline at end of file