From a34fee07daf772405dd1da3d462f17db66270d4c Mon Sep 17 00:00:00 2001 From: freesource Date: Tue, 11 Sep 2001 16:53:29 +0000 Subject: [PATCH] Corrects a mistake where replacements was specified rather then Replacements. --- pkg/dpkg/gbootroot.postinst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/dpkg/gbootroot.postinst b/pkg/dpkg/gbootroot.postinst index 497147e..e4a3686 100644 --- a/pkg/dpkg/gbootroot.postinst +++ b/pkg/dpkg/gbootroot.postinst @@ -1,6 +1,6 @@ #!/bin/sh -mknod /usr/share/gbootroot/yard/replacements/dev/ubd0 b 98 0 +mknod /usr/share/gbootroot/yard/Replacements/dev/ubd0 b 98 0 if [ "$1" = "configure" ]; then