mirror of
https://github.com/oDinZu/callirhoe.git
synced 2025-02-23 00:02:16 -05:00
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:
parent
9be9c2e185
commit
05fc2b89d8
6
make_pkg
6
make_pkg
@ -33,6 +33,6 @@ rm calmagick.zip
|
|||||||
|
|
||||||
# Create Makefile
|
# Create Makefile
|
||||||
echo install: > Makefile
|
echo install: > Makefile
|
||||||
echo install -m 0755 callirhoe "$""(prefix)"/bin >> Makefile
|
echo " install -m 0755 callirhoe" "$""(prefix)/bin" >> Makefile
|
||||||
echo install -m 0755 calmagick "$""(prefix)"/bin >> Makefile
|
echo " install -m 0755 calmagick" "$""(prefix)/bin" >> Makefile
|
||||||
find holidays/ | sed 's/^/ install -m 644 /' | sed 's/$/ \$(prefix)\/share\/callirhoe/' >> Makefile
|
find holidays/* -printf " install -m 644 %p \$(prefix)/share/callirhoe\n" >> Makefile
|
Loading…
x
Reference in New Issue
Block a user