summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPaul Buetow (mars.fritz.box) <paul@buetow.org>2013-12-29 17:57:36 +0100
committerPaul Buetow (mars.fritz.box) <paul@buetow.org>2013-12-29 17:57:36 +0100
commit448f785c5fba56ab3e5bf01b05e7827ed4321e6a (patch)
tree80ae5a03f1c3ab30fa126677277898c516cb7df3 /Makefile
parent9bf8f9ba9f5e957f77a894fb08235e3fe0904646 (diff)
theoretically i can include tarballs in photoalbums now
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e89e992..c34a8ce 100644
--- a/Makefile
+++ b/Makefile
@@ -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