summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPaul Buetow (mars.fritz.box) <paul@buetow.org>2013-12-27 12:53:19 +0100
committerPaul Buetow (mars.fritz.box) <paul@buetow.org>2013-12-27 12:53:19 +0100
commit190f2bac98fa819096c928811aa0c0d94255a804 (patch)
treefaa8bf5d0a954fe1bf1d7362e2e20dc87135638e /Makefile
parenteb33fb9c8b18c64772b24f96d64269166754e0ca (diff)
fix
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6169799..e89e992 100644
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,7 @@ install:
cp ./bin/* $(DESTDIR)/usr/bin
test ! -d $(DESTDIR)/usr/share/photoalbum/templates && mkdir -p $(DESTDIR)/usr/share/photoalbum/templates || exit 0
cp ./share/templates/* $(DESTDIR)/usr/share/photoalbum/templates
- test ! -d $(DESTDIR)/etc/default && mkdir -p $(DESTDIR)/usr/etc/default || exit 0
+ test ! -d $(DESTDIR)/etc/default && mkdir -p $(DESTDIR)/etc/default || exit 0
cp ./src/photoalbum.default.conf $(DESTDIR)/etc/default/photoalbum
deinstall:
test ! -z "$(DESTDIR)" && test -f $(DESTDIR)/usr/bin/$(NAME) && rm $(DESTDIR)/usr/bin/$(NAME) || exit 0