We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46f1a69 commit 4f3d689Copy full SHA for 4f3d689
mk/defs.mk.in
@@ -9,6 +9,7 @@ SH_LDFLAGS= @SH_LDFLAGS@
9
PREFIX= @prefix@
10
top_srcdir= @abs_top_srcdir@
11
top_builddir= @abs_top_builddir@
12
+etcdir= $(PREFIX)/etc
13
libdir= $(PREFIX)/lib
14
sbindir= $(PREFIX)/sbin
15
includedir= $(PREFIX)/include
src/Makefile.autosetup
@@ -83,6 +83,7 @@ install: $(PROG) pkg-static
83
install -d -m 755 $(DESTDIR)$(sbindir)
84
install -s -m 755 pkg $(DESTDIR)$(sbindir)/pkg
85
install -s -m 755 pkg-static $(DESTDIR)$(sbindir)/$(sbindir)/pkg-static
86
+ install -m 644 pkg.conf.sample $(DESTDIR)$(etcdir)
87
88
clean: clean-pkg-static
89
clean-pkg-static:
0 commit comments