Changed from prefix to destdir, seems to be the correct way to do it.

git-svn-id: https://callirhoe.googlecode.com/svn/branches/phantome@192 81c8bb96-aa45-f2e2-0eef-c4fa4a15c6df
This commit is contained in:
ph4ntome@gmail.com 2014-10-31 22:41:29 +00:00
parent 04a9d7b462
commit fbb60177b1

View File

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