Skip to content

Commit

Permalink
fix path issue when installing scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Leonid Pliushch committed Oct 30, 2020
1 parent be34725 commit 70bd13b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ install: termux-api
mkdir -p $(PREFIX)/bin/ $(PREFIX)/libexec/
install termux-api $(PREFIX)/libexec/
install termux-callback $(PREFIX)/libexec/
for i in scripts/*; do \
cd scripts; for i in *; do \
sed -e "s|@TERMUX_PREFIX@|$(PREFIX)|g" $$i > $(PREFIX)/bin/$$i; \
chmod 700 $(PREFIX)/bin/$$i; \
done
Expand Down

0 comments on commit 70bd13b

Please sign in to comment.