Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Install sample configuration file
Baptiste Daroussin committed 7 years ago
commit 4f3d689bb5f8f89f99da8698d2e93d03283ee078
parent 46f1a69
2 files changed +2 -0
modified mk/defs.mk.in
@@ -9,6 +9,7 @@ SH_LDFLAGS= @SH_LDFLAGS@
PREFIX=		@prefix@
top_srcdir=	@abs_top_srcdir@
top_builddir=	@abs_top_builddir@
+
etcdir=		$(PREFIX)/etc
libdir=		$(PREFIX)/lib
sbindir=	$(PREFIX)/sbin
includedir=	$(PREFIX)/include
modified src/Makefile.autosetup
@@ -83,6 +83,7 @@ install: $(PROG) pkg-static
	install -d -m 755 $(DESTDIR)$(sbindir)
	install -s -m 755 pkg $(DESTDIR)$(sbindir)/pkg
	install -s -m 755 pkg-static $(DESTDIR)$(sbindir)/$(sbindir)/pkg-static
+
	install -m 644 pkg.conf.sample $(DESTDIR)$(etcdir)

clean: clean-pkg-static
clean-pkg-static: