Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
src/Makefile: create etcdir on install
Martin Oliveira committed 2 years ago
commit ce20618e5bfde49b55d82bd8e376538f238856b3
parent 9fc6d71
1 file changed +1 -0
modified src/Makefile.autosetup
@@ -107,6 +107,7 @@ $(PROG): $(top_builddir)/libpkg/libpkg_flat.a
install: $(PROG)
	install -d -m 755 $(DESTDIR)$(sbindir)
	install -m 755 pkg $(DESTDIR)$(sbindir)/pkg
+
	install -d -m 755 $(DESTDIR)$(etcdir)
	install -m 644 $(top_srcdir)/src/pkg.conf.sample $(DESTDIR)$(etcdir)/

clean: clean-pkg-static