From 74fdf623e94d81258e72351bb49c21f39f9ffdfc Mon Sep 17 00:00:00 2001 From: "ph4ntome@gmail.com" Date: Thu, 6 Nov 2014 11:53:39 +0000 Subject: [PATCH] Fixed typo in Makefile git-svn-id: https://callirhoe.googlecode.com/svn/branches/phantome@225 81c8bb96-aa45-f2e2-0eef-c4fa4a15c6df --- Makefile | 2 +- scripts/Makefile | 10 ---------- 2 files changed, 1 insertion(+), 11 deletions(-) delete mode 100644 scripts/Makefile 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/