aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-06-12 16:18:54 -0300
committerEuAndreh <eu@euandre.org>2021-06-12 16:20:53 -0300
commit4ffa6acc80cd6a97f59668ba47f1cfa1ea7abdc9 (patch)
tree3c26768240c6c328977975c61365cfeb0798eec0 /Makefile
parentREADME.md: Add documentation and contributing sections (diff)
downloadgit-permalink-4ffa6acc80cd6a97f59668ba47f1cfa1ea7abdc9.tar.gz
git-permalink-4ffa6acc80cd6a97f59668ba47f1cfa1ea7abdc9.tar.xz
Makefile: Remove wrong $(soaliases) variable
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4d7707b..ebe3254 100644
--- a/Makefile
+++ b/Makefile
@@ -24,7 +24,7 @@ do_subst = sed \
-e 's:[@]VERSION[@]:$(VERSION):g' \
-e 's:[@]DATE[@]:$(DATE):g'
-install: all $(soaliases)
+install: all
mkdir -p $(DESTDIR)$(PREFIX)/bin
$(do_subst) < src/git-permalink.sh > $(DESTDIR)$(PREFIX)/bin/$(NAME)
chmod 755 $(DESTDIR)$(PREFIX)/bin/$(NAME)