diff options
| author | Paul Buetow (mars.fritz.box) <paul@buetow.org> | 2013-12-29 17:57:36 +0100 |
|---|---|---|
| committer | Paul Buetow (mars.fritz.box) <paul@buetow.org> | 2013-12-29 17:57:36 +0100 |
| commit | 448f785c5fba56ab3e5bf01b05e7827ed4321e6a (patch) | |
| tree | 80ae5a03f1c3ab30fa126677277898c516cb7df3 /Makefile | |
| parent | 9bf8f9ba9f5e957f77a894fb08235e3fe0904646 (diff) | |
theoretically i can include tarballs in photoalbums now
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ NAME=photoalbum all: version documentation build build: test ! -d ./bin && mkdir ./bin || exit 0 - sed "s/PHOTOALBUMVERSION/$$(cat .version)/" src/$(NAME) > ./bin/$(NAME) + sed "s/PHOTOALBUMVERSION/$$(cat .version)/" src/$(NAME).sh > ./bin/$(NAME) chmod 0755 ./bin/$(NAME) install: test ! -d $(DESTDIR)/usr/bin && mkdir -p $(DESTDIR)/usr/bin || exit 0 |
