summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPaul Buetow (mars.fritz.box) <paul@buetow.org>2014-02-16 12:29:01 +0100
committerPaul Buetow (mars.fritz.box) <paul@buetow.org>2014-02-16 12:29:01 +0100
commitac808ecf232e1985d1fb2121691f23f94c5f2ecf (patch)
treef5ba4667bc2dff0fe1c5ad3731294a1e88c99b4b /Makefile
parenta0f45c9e97570bea83001c8106b5847723e8a863 (diff)
add optional custom rcfile path
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index dfcd5b2..71e0e11 100644
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,7 @@ install:
test ! -d $(DESTDIR)/usr/bin && mkdir -p $(DESTDIR)/usr/bin || exit 0
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
+ cp -R ./share/templates $(DESTDIR)/usr/share/photoalbum/
test ! -d $(DESTDIR)/etc/default && mkdir -p $(DESTDIR)/etc/default || exit 0
cp ./src/photoalbum.default.conf $(DESTDIR)/etc/default/photoalbum
deinstall: