diff options
| author | Paul Buetow (mars.fritz.box) <paul@buetow.org> | 2014-02-16 12:29:01 +0100 |
|---|---|---|
| committer | Paul Buetow (mars.fritz.box) <paul@buetow.org> | 2014-02-16 12:29:01 +0100 |
| commit | ac808ecf232e1985d1fb2121691f23f94c5f2ecf (patch) | |
| tree | f5ba4667bc2dff0fe1c5ad3731294a1e88c99b4b /Makefile | |
| parent | a0f45c9e97570bea83001c8106b5847723e8a863 (diff) | |
add optional custom rcfile path
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |
