diff --git a/make_pkg b/make_pkg index 95e1722..fda8546 100755 --- a/make_pkg +++ b/make_pkg @@ -28,8 +28,8 @@ cat << END > Makefile prefix=/usr install: - install -m 0755 callirhoe \$(DESTDIR)/bin/ - install -m 0755 calmagick \$(DESTDIR)/bin/ + install -m 0755 callirhoe \$(DESTDIR)/bin/callirhoe + install -m 0755 calmagick \$(DESTDIR)/bin/calmagick END -find holidays/* -printf "\tinstall -m 644 %p \$(DESTDIR)/share/callirhoe/\n" >> Makefile \ No newline at end of file +find holidays/* -printf "\tinstall -m 644 %p \$(DESTDIR)/share/callirhoe/%p\n" >> Makefile \ No newline at end of file