fixed path of default-uri file
authorEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
Wed, 4 Feb 2004 03:07:56 +0000 (03:07 +0000)
committerEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
Wed, 4 Feb 2004 03:07:56 +0000 (03:07 +0000)
git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@786 94cd875c-1c1d-0410-91d2-eb244daf1a30

util-vserver/scripts/vserver-build.debootstrap

index 4e36d25..df2eb9a 100644 (file)
@@ -54,7 +54,7 @@ function findDebootstrap
         workdir=$dir
         dst=$dir/debootstrap.deb
         
-        findFile DEBOOTSTRAP_URI "$CONFDIR"/.defaults/debootstrap.uri "$PKGLIBDEFAULTDIR"/debootstrap.uri
+        findFile DEBOOTSTRAP_URI "$CONFDIR"/.defaults/apps/debootstrap/uri "$PKGLIBDEFAULTDIR"/debootstrap.uri
         read tmp <$DEBOOTSTRAP_URI
         case "$tmp" in
        (/*)                    ln -s "$tmp" "$dst";;