Skip to content

Commit

Permalink
hdrop: fix make install in Makefile (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
MrDuartePT authored Jan 3, 2024
1 parent 955cb49 commit fe26a90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hdrop/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ all: hdrop.1
hdrop.1: hdrop.1.scd
scdoc < $< > $@

install:
install: hdrop.1 hdrop
@install -v -D -m 0644 hdrop.1 --target-directory "$(MAN1DIR)"
@install -v -D -m 0755 hdrop --target-directory "$(BINDIR)"

Expand Down

0 comments on commit fe26a90

Please sign in to comment.