Skip to content

Commit

Permalink
make: conf files should remain at same location
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick330602 committed Jan 21, 2020
1 parent 29aa9ad commit 88a07a4
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 @@ -21,7 +21,7 @@ all:
install:
install -Dm 555 docs/* -t $(DESTDIR)/share/man/man1
install -Dm 755 out/* -t $(DESTDIR)/bin
install -Dm 555 src/etc/* -t $(DESTDIR)/share/wslu
install -Dm 555 src/etc/* -t /usr/share/wslu

uninstall:
for f in $(INSTEDEXES); do \
Expand Down

0 comments on commit 88a07a4

Please sign in to comment.