Changeset 2519
- Timestamp:
- 03/20/07 18:47:04 (2 years ago)
- Files:
-
- trunk/scripts/vserver-build.debootstrap (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/scripts/vserver-build.debootstrap
r2298 r2519 16 16 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 17 17 18 function cleanUp19 {20 test ! -d "$workdir" || $_RM -rf "$workdir"21 }22 23 18 function init 24 19 { 25 20 workdir= 26 21 mirror= 27 trap "cleanUp" EXIT28 22 } 29 23 … … 56 50 workdir=$dir 57 51 dst=$dir/debootstrap.deb 52 53 base._addGeneratedFile "$workdir" 58 54 59 55 findFile DEBOOTSTRAP_URI "$__CONFDIR"/.defaults/apps/debootstrap/uri "$__PKGLIBDEFAULTDIR"/debootstrap.uri
