From c1697f3bc80b4931988228a1368ec99afd0b7db1 Mon Sep 17 00:00:00 2001 From: Cameron Katri Date: Fri, 12 Feb 2021 16:17:30 -0500 Subject: Make /usr/share/skel on install --- pw/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/pw/Makefile b/pw/Makefile index ec70262..856d8b8 100644 --- a/pw/Makefile +++ b/pw/Makefile @@ -48,6 +48,7 @@ install-pw: pw pw.8 pw.conf.5 $(GINSTALL) -Dm755 pw $(DESTDIR)/$(PREFIX)/sbin/pw $(GINSTALL) -Dm644 pw.8 $(DESTDIR)/$(PREFIX)/share/man/man8/pw.8 $(GINSTALL) -Dm644 pw.conf.5 $(DESTDIR)/$(PREFIX)/share/man/man5/pw.conf.5 + mkdir -p $(DESTDIR)/$(PREFIX)/share/skel clean: rm -f pw -- cgit v1.2.3-56-ge451