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