aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f2f2706..d974ec0 100644
--- a/Makefile
+++ b/Makefile
@@ -24,7 +24,7 @@ all: auto-auto-complete #doc
auto-auto-complete: auto-auto-complete.py
cp "$<" "$@"
- sed -i 's:#!/usr/bin/env python3:#!$(SHEBANG)":' "$@"
+ sed -i 's:#!/usr/bin/env python3:#!$(SHEBANG):' "$@"
install: auto-auto-complete #auto-auto-complete.info.gz
install -dm755 "$(DESTDIR)$(PREFIX)$(BIN)"