Forgot a very silly detail there : 2

This commit is contained in:
Aoi Koizumi (古泉 あおい) 2021-09-01 21:20:50 +00:00
parent 584d57032e
commit 5bf16cd24e
1 changed files with 4 additions and 4 deletions

View File

@ -16,12 +16,12 @@ doc: setnet.8
groff -m mdoc -T html setnet.8 > setnet.8.html
install:
install -m0644 setnetrc $(SYSCONFDIR)/setnetrc
install -m0644 setnetrc $(DESTDIR)$(SYSCONFDIR)/setnetrc
install -m0755 setnet-$(DHCPC) $(DESTDIR)$(PREFIX)/bin/setnet
install -m0644 setnet.8.gz $(DESTDIR)$(MANDIR)/man8/setnet.8.gz
install -m0644 wpa_setnet.conf $(SYSCONFDIR)/wpa_supplicant/wpa_setnet.conf
install -m0644 wpa_setnet.conf $(DESTDIR)$(SYSCONFDIR)/wpa_supplicant/wpa_setnet.conf
uninstall:
rm -v $(SYSCONFDIR)/setnetrc
rm -v $(DESTDIR)$(SYSCONFDIR)/setnetrc
rm -v $(DESTDIR)$(PREFIX)/bin/setnet
rm -v $(DESTDIR)$(MANDIR)/man8/setnet.8.gz
rm -v $(SYSCONFDIR)/wpa_supplicant/wpa_setnet.conf
rm -v $(DESTDIR)$(SYSCONFDIR)/wpa_supplicant/wpa_setnet.conf