Skip to content

Commit

Permalink
Merge branch 'jaxvanyang' into dev/master
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick330602 committed Sep 4, 2024
2 parents 8305eab + 372746d commit cc505e0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ uninstall:
done
rm -rf $(DESTDIR)$(PREFIX)/share/man/man7/wslu.7.gz
rm -rf $(DESTDIR)$(PREFIX)/share/wslu
rm -f $(DESTDIR)$(PREFIX)/share/applications/wslview.desktop

doc:
[ -d $(OUTMANPATH) ] || mkdir $(OUTMANPATH)
Expand All @@ -61,7 +62,7 @@ res_install:
install -Dm 644 src/etc/*.ps1 -t $(DESTDIR)$(PREFIX)/share/wslu
install -Dm 644 src/etc/*.ico -t $(DESTDIR)$(PREFIX)/share/wslu
install -Dm 755 src/etc/*.sh -t $(DESTDIR)$(PREFIX)/share/wslu
install -Dm 644 src/etc/*.desktop $(DESTDIR)$(PREFIX)/share/wslu
install -Dm 644 src/etc/wslview.desktop -t $(DESTDIR)$(PREFIX)/share/applications
install -Dm 644 src/etc/conf $(DESTDIR)$(PREFIX)/share/wslu

conf_install:
Expand Down

0 comments on commit cc505e0

Please sign in to comment.