From fc69eafe7e67d559a07475463b77d0d71cc7f67d Mon Sep 17 00:00:00 2001 From: "ph4ntome@gmail.com" Date: Fri, 31 Oct 2014 22:51:31 +0000 Subject: [PATCH] RTFM (about install) git-svn-id: https://callirhoe.googlecode.com/svn/branches/phantome@195 81c8bb96-aa45-f2e2-0eef-c4fa4a15c6df --- make_pkg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/make_pkg b/make_pkg index fda8546..ded9d61 100755 --- a/make_pkg +++ b/make_pkg @@ -28,8 +28,8 @@ cat << END > Makefile prefix=/usr install: - install -m 0755 callirhoe \$(DESTDIR)/bin/callirhoe - install -m 0755 calmagick \$(DESTDIR)/bin/calmagick + install -Dm755 callirhoe \$(DESTDIR)/bin/callirhoe + install -Dm755 calmagick \$(DESTDIR)/bin/calmagick END -find holidays/* -printf "\tinstall -m 644 %p \$(DESTDIR)/share/callirhoe/%p\n" >> Makefile \ No newline at end of file +find holidays/* -printf "\tinstall -Dm644 %p \$(DESTDIR)/share/callirhoe/%p\n" >> Makefile \ No newline at end of file