cvs commit: src/usr.sbin/pkg_install/add extract.c perform.c src/usr.sbin/pkg_install/lib lib.h plist.c
Simon Schubert
corecode at crater.dragonflybsd.org
Sun Aug 28 09:58:17 PDT 2005
corecode 2005/08/28 09:56:12 PDT
DragonFly src repository
Modified files:
usr.sbin/pkg_install/add extract.c perform.c
usr.sbin/pkg_install/lib lib.h plist.c
Log:
Add a hack to pkgtools to install to a different root. This differs from
using PREFIX as the installed files don't get relocated, but all the tree
appears in PKG_FAKEROOT, including PKG_DBDIR.
This won't work for all packages and isn't ment to either. Pkgtools are
evil hackery anyways and this adds even more. This will be used in
nrelease to support addition of packages by using the host tools and not
the target tools.
Revision Changes Path
1.5 +19 -7 src/usr.sbin/pkg_install/add/extract.c
1.6 +12 -7 src/usr.sbin/pkg_install/add/perform.c
1.6 +17 -1 src/usr.sbin/pkg_install/lib/lib.h
1.5 +5 -1 src/usr.sbin/pkg_install/lib/plist.c
http://www.dragonflybsd.org/cvsweb/src/usr.sbin/pkg_install/add/extract.c.diff?r1=1.4&r2=1.5&f=u
http://www.dragonflybsd.org/cvsweb/src/usr.sbin/pkg_install/add/perform.c.diff?r1=1.5&r2=1.6&f=u
http://www.dragonflybsd.org/cvsweb/src/usr.sbin/pkg_install/lib/lib.h.diff?r1=1.5&r2=1.6&f=u
http://www.dragonflybsd.org/cvsweb/src/usr.sbin/pkg_install/lib/plist.c.diff?r1=1.4&r2=1.5&f=u
More information about the Commits
mailing list