[commit] BSDanywhere - r265 - branches/stephan

0 views
Skip to first unread message

bsdan...@startek.ch

unread,
May 5, 2009, 5:56:10 AM5/5/09
to bsdanywhe...@googlegroups.com
Author: stephan
Date: Tue May 5 11:56:09 2009
New Revision: 265

Log:
PKG_DBDIR needs to be exported, too.
Omit non-official sources. All packages reside in the OpenBSD tree now.

Modified:
branches/stephan/build.sh

Modified: branches/stephan/build.sh
==============================================================================
--- branches/stephan/build.sh Mon Mar 23 17:04:30 2009 (r264)
+++ branches/stephan/build.sh Tue May 5 11:56:09 2009 (r265)
@@ -43,11 +43,11 @@
IMAGE_ROOT=$BASE/image
CACHE_ROOT=$BASE/cache

-PKG_DBDIR=$IMAGE_ROOT/var/db/pkg
+export PKG_DBDIR=$IMAGE_ROOT/var/db/pkg
export PKG_CACHE=$CACHE_ROOT

MIRROR=http://mirror.switch.ch/ftp/pub/OpenBSD
-PKG_PATH=$PKG_CACHE:$MIRROR/$RELEASE/packages/$ARCH/:http://mirror.startek.ch/OpenBSD/packages/$RELEASE/$ARCH/
+export PKG_PATH=$PKG_CACHE:$MIRROR/$RELEASE/packages/$ARCH/

CWD=$(pwd)
THIS_OS=$(uname)

Reply all
Reply to author
Forward
0 new messages