install works a bit differently than I expected

git-svn-id: https://callirhoe.googlecode.com/svn/branches/phantome@194 81c8bb96-aa45-f2e2-0eef-c4fa4a15c6df
This commit is contained in:
ph4ntome@gmail.com 2014-10-31 22:47:48 +00:00
parent 25c1096f82
commit 94e52e09b9

View File

@ -28,8 +28,8 @@ cat << END > Makefile
prefix=/usr prefix=/usr
install: install:
install -m 0755 callirhoe \$(DESTDIR)/bin/ install -m 0755 callirhoe \$(DESTDIR)/bin/callirhoe
install -m 0755 calmagick \$(DESTDIR)/bin/ install -m 0755 calmagick \$(DESTDIR)/bin/calmagick
END END
find holidays/* -printf "\tinstall -m 644 %p \$(DESTDIR)/share/callirhoe/\n" >> Makefile find holidays/* -printf "\tinstall -m 644 %p \$(DESTDIR)/share/callirhoe/%p\n" >> Makefile