Work on make_pkg script

git-svn-id: https://callirhoe.googlecode.com/svn/branches/phantome@184 81c8bb96-aa45-f2e2-0eef-c4fa4a15c6df
This commit is contained in:
ph4ntome@gmail.com 2014-10-31 21:12:41 +00:00
parent 9be9c2e185
commit 05fc2b89d8

View File

@ -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
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