[PC-BSD Commits] r21585 - pcbsd/current/src-sh/pbi-manager
svn at pcbsd.org
svn at pcbsd.org
Tue Feb 19 11:36:11 PST 2013
Author: kris
Date: 2013-02-19 19:36:11 +0000 (Tue, 19 Feb 2013)
New Revision: 21585
Modified:
pcbsd/current/src-sh/pbi-manager/install.sh
Log:
Make sure to copy pcbsd.rpo to the system
Modified: pcbsd/current/src-sh/pbi-manager/install.sh
===================================================================
--- pcbsd/current/src-sh/pbi-manager/install.sh 2013-02-19 19:35:47 UTC (rev 21584)
+++ pcbsd/current/src-sh/pbi-manager/install.sh 2013-02-19 19:36:11 UTC (rev 21585)
@@ -78,8 +78,10 @@
if [ ! -d "/var/db/pbi/keys" ] ; then
pbi_addrepo ${DIR}/repo/pcbsd.rpo
fi
-chmod 755 /var/db/pbi/keys
+# Copy the default PC-BSD repo file
+cp ${DIR}/repo/pcbsd.rpo ${LB}/share/pbi-manager/pcbsd.rpo
+
# Tickle the info command to setup default dirs
${LB}/sbin/pbi_info >/dev/null 2>/dev/null
More information about the Commits
mailing list