Skip to content

Commit

Permalink
fix install paths
Browse files Browse the repository at this point in the history
  • Loading branch information
nwg-piotr committed Jan 29, 2024
1 parent 2e2aa00 commit c4da7d8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,10 @@ install:
mkdir -p $(DESTDIR)$(PREFIX)/bin
cp bin/nwg-bar $(DESTDIR)$(PREFIX)/bin/nwg-bar

cp README.md $(DESTDIR)/usr/share/doc/nwg-bar
cp LICENSE $(DESTDIR)/usr/share/licenses/nwg-bar
mkdir -p $(DESTDIR)$(PREFIX)/share/doc/nwg-bar
cp README.md $(DESTDIR)$(PREFIX)/share/doc/nwg-bar
mkdir -p $(DESTDIR)$(PREFIX)/share/licenses/nwg-bar
cp LICENSE $(DESTDIR)$(PREFIX)/share/licenses/nwg-bar

uninstall:
rm -r $(DESTDIR)$(PREFIX)/share/nwg-bar
Expand Down

0 comments on commit c4da7d8

Please sign in to comment.