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