From 04a9d7b462972475d299751ebefdc588448c5585 Mon Sep 17 00:00:00 2001 From: "ph4ntome@gmail.com" Date: Fri, 31 Oct 2014 22:34:58 +0000 Subject: [PATCH] Tabs fixed. Working on destdir jail. git-svn-id: https://callirhoe.googlecode.com/svn/branches/phantome@191 81c8bb96-aa45-f2e2-0eef-c4fa4a15c6df --- make_pkg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/make_pkg b/make_pkg index ec89547..8034510 100755 --- a/make_pkg +++ b/make_pkg @@ -28,8 +28,8 @@ cat << END > Makefile prefix=/usr install: - install -m 0755 callirhoe \$(prefix)/bin - install -m 0755 calmagick \$(prefix)/bin + install -m 0755 callirhoe \$(DESTDIR)/bin + install -m 0755 calmagick \$(DESTDIR)/bin END find holidays/* -printf "\tinstall -m 644 %p \$(prefix)/share/callirhoe\n" >> Makefile \ No newline at end of file