Skip to content

Commit

Permalink
make /usr/bin/ directory before trying to write to it
Browse files Browse the repository at this point in the history
  • Loading branch information
GIJack committed Oct 3, 2022
1 parent a0903f9 commit e01e6f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ install:
install -Dm755 harbor_wave.py "$(DESTDIR)/$(PREFIX)/share/harbor-wave/harbor_wave.py"
install -Dm644 man/harbor-wave.1 "$(DESTDIR)/$(PREFIX)/share/man/man1/harbor-wave.1"
install -Dm644 bash-completion/harbor-wave "$(DESTDIR)/usr/share/bash-completion/completions/harbor-wave"
install -dm755 "$(DESTDIR)/$(PREFIX)/bin/"
echo "$(PREFIX)/share/harbor-wave/harbor_wave.py \$$@" > "$(DESTDIR)/$(PREFIX)/bin/harbor-wave"
chmod 755 "$(DESTDIR)/$(PREFIX)/bin/harbor-wave"
install -Dm644 misc_docs/Commands.md "$(DESTDIR)/$(PREFIX)/share/harbor-wave/docs/Commands.md"
Expand Down

0 comments on commit e01e6f0

Please sign in to comment.