Changeset 2641
- Timestamp:
- 12/05/07 01:51:04 (1 year ago)
- Files:
-
- trunk/scripts/vserver-build.debootstrap (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/scripts/vserver-build.debootstrap
r2574 r2641 96 96 ar x "$dst" 97 97 tar xzf data.tar.gz 98 exportDEBOOTSTRAP_DIR=`pwd`/usr/lib/debootstrap98 DEBOOTSTRAP_DIR=`pwd`/usr/lib/debootstrap 99 99 DEBOOTSTRAP=`pwd`/usr/sbin/debootstrap 100 test -d "$DEBOOTSTRAP_DIR" || DEBOOTSTRAP_DIR=`pwd`/usr/share/debootstrap 101 export DEBOOTSTRAP_DIR 100 102 101 103 local arch
