diff options
| author | Paul Buetow (mars.fritz.box) <paul@buetow.org> | 2013-12-27 12:53:19 +0100 |
|---|---|---|
| committer | Paul Buetow (mars.fritz.box) <paul@buetow.org> | 2013-12-27 12:53:19 +0100 |
| commit | 190f2bac98fa819096c928811aa0c0d94255a804 (patch) | |
| tree | faa8bf5d0a954fe1bf1d7362e2e20dc87135638e /Makefile | |
| parent | eb33fb9c8b18c64772b24f96d64269166754e0ca (diff) | |
fix
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
