diff --git a/Makefile b/Makefile index 57e5b62..b31b036 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ DESTDIR=/usr all: callirhoe calmagick - cd scripts && ./make_pkg + cd scripts && ./make_pkg install: install-package diff --git a/scripts/Makefile b/scripts/Makefile deleted file mode 100644 index d5656fa..0000000 --- a/scripts/Makefile +++ /dev/null @@ -1,10 +0,0 @@ -DESTDIR=/usr - -install: install-package - -install-package: - mkdir -p $(DESTDIR)/bin - mkdir -p $(DESTDIR)/share/callirhoe/holidays - install -m755 callirhoe $(DESTDIR)/bin/callirhoe - install -m755 calmagick $(DESTDIR)/bin/calmagick - install -m644 holidays/* $(DESTDIR)/share/callirhoe/holidays/