Skip to content

Commit 4f3d689

Browse files
committed
Install sample configuration file
1 parent 46f1a69 commit 4f3d689

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

mk/defs.mk.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ SH_LDFLAGS= @SH_LDFLAGS@
99
PREFIX= @prefix@
1010
top_srcdir= @abs_top_srcdir@
1111
top_builddir= @abs_top_builddir@
12+
etcdir= $(PREFIX)/etc
1213
libdir= $(PREFIX)/lib
1314
sbindir= $(PREFIX)/sbin
1415
includedir= $(PREFIX)/include

src/Makefile.autosetup

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ install: $(PROG) pkg-static
8383
install -d -m 755 $(DESTDIR)$(sbindir)
8484
install -s -m 755 pkg $(DESTDIR)$(sbindir)/pkg
8585
install -s -m 755 pkg-static $(DESTDIR)$(sbindir)/$(sbindir)/pkg-static
86+
install -m 644 pkg.conf.sample $(DESTDIR)$(etcdir)
8687

8788
clean: clean-pkg-static
8889
clean-pkg-static:

0 commit comments

Comments
 (0)