pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

pkg-dev: sbin -> bin



Module Name:	pkgsrc-wip
Committed By:	Jason Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Sat Feb 26 10:29:40 2022 -0600
Changeset:	bca806aaf6787a3def8075fa48402d2c149df4ff

Modified Files:
	pkg-dev/Makefile
	pkg-dev/PLIST

Log Message:
pkg-dev: sbin -> bin

Tools are not meant only for root

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=bca806aaf6787a3def8075fa48402d2c149df4ff

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 pkg-dev/Makefile |  4 ++--
 pkg-dev/PLIST    | 34 +++++++++++++++++-----------------
 2 files changed, 19 insertions(+), 19 deletions(-)

diffs:
diff --git a/pkg-dev/Makefile b/pkg-dev/Makefile
index 92641b17c2..4c4fa49606 100644
--- a/pkg-dev/Makefile
+++ b/pkg-dev/Makefile
@@ -19,9 +19,9 @@ DEPENDS+=	auto-admin>0:../../wip/auto-admin
 
 NO_BUILD=	yes
 
-INSTALLATION_DIRS=	sbin
+INSTALLATION_DIRS=	bin
 
 do-install:
-	${INSTALL_SCRIPT} ${WRKSRC}/Scripts/* ${DESTDIR}${PREFIX}/sbin
+	${INSTALL_SCRIPT} ${WRKSRC}/Scripts/* ${DESTDIR}${PREFIX}/bin
 
 .include "../../mk/bsd.pkg.mk"
diff --git a/pkg-dev/PLIST b/pkg-dev/PLIST
index 02d07ab1a7..7f1f63f666 100644
--- a/pkg-dev/PLIST
+++ b/pkg-dev/PLIST
@@ -1,18 +1,18 @@
 @comment $NetBSD$
-sbin/pbulk-new-chroot
-sbin/pbulk-setup
-sbin/pbulk-start-chroot
-sbin/pkg-add-to-wip
-sbin/pkg-check
-sbin/pkg-commit
-sbin/pkg-diff
-sbin/pkg-grep
-sbin/pkg-list
-sbin/pkg-merge-plists
-sbin/pkg-mkpatch
-sbin/pkg-patch-vi
-sbin/pkg-reinstall
-sbin/pkg-remake
-sbin/pkg-vuln
-sbin/pkgsrc-add-license
-sbin/pkgsrc-make
+bin/pbulk-new-chroot
+bin/pbulk-setup
+bin/pbulk-start-chroot
+bin/pkg-add-to-wip
+bin/pkg-check
+bin/pkg-commit
+bin/pkg-diff
+bin/pkg-grep
+bin/pkg-list
+bin/pkg-merge-plists
+bin/pkg-mkpatch
+bin/pkg-patch-vi
+bin/pkg-reinstall
+bin/pkg-remake
+bin/pkg-vuln
+bin/pkgsrc-add-license
+bin/pkgsrc-make


Home | Main Index | Thread Index | Old Index