From e53b11c4518aee8b367b248fa4324cd85050c8cf Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 28 Oct 2008 07:41:20 +0100 Subject: [PATCH] initramfs-tools: typo that fucked up chroot. --HG-- extra : convert_revision : 5637dc71461f19822c7e96385a0de9e60a4ef290 --- templates/initramfs-tools.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/initramfs-tools.tmpl b/templates/initramfs-tools.tmpl index 974c813bc67..4f372052d5c 100644 --- a/templates/initramfs-tools.tmpl +++ b/templates/initramfs-tools.tmpl @@ -30,7 +30,7 @@ do_install() install -d -m 755 $etcdir/conf.d install -d -m 755 $etcdir/scripts/init-{bottom,premount,top} install -d -m 755 $etcdir/scripts/local-{bottom,premount,top} - install -d -m 755 $etddir/scripts/nfs-{bottom,premount,top} + install -d -m 755 $etcdir/scripts/nfs-{bottom,premount,top} install -d -m 644 $destdir/usr/share/$pkgname install -d -m 755 $destdir/usr/share/$pkgname/conf.d install -d -m 755 $destdir/usr/share/$pkgname/hooks