Changeset 2574
- Timestamp:
- 07/31/07 21:43:17 (1 year ago)
- Files:
-
- trunk/scripts/vserver-build.debootstrap (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/scripts/vserver-build.debootstrap
r2571 r2574 32 32 "$__CONFDIR"/.defaults/apps/debootstrap/mirror \ 33 33 "$__DISTRIBDIR"/"$DISTRIBUTION"/debootstrap.mirror \ 34 "$__PKGLIBDEFAULTDIR"/debootstrap.mirror 34 "$__PKGLIBDEFAULTDIR"/debootstrap.mirror '' 35 35 test -z "$aux" || read MIRROR <"$aux" 36 36 } 37 37 local file 38 38 findFile file "$__CONFDIR"/.distributions/"$DISTRIBUTION"/debootstrap.options \ 39 "$__CONFDIR"/.defaults/apps/debootstrap/options 39 "$__CONFDIR"/.defaults/apps/debootstrap/options '' 40 40 test -z "$file" || read options <"$file" 41 41 } … … 156 156 157 157 if test -z "$script"; then 158 for s in "$__CONFDIR/.distributions/$DISTRIBUTION/debootstrap.script" 159 "$__DISTRIBDIR/$DISTRIBUTION/debootstrap.script" 160 do 161 if test -e "$s"; then 162 script="$s" 163 break 164 fi 165 done 158 findFile script "$__CONFDIR/.distributions/$DISTRIBUTION/debootstrap.script" \ 159 "$__DISTRIBDIR/$DISTRIBUTION/debootstrap.script" '' 166 160 fi 167 161
