From a190c280c6e68d95449cad45d7786f3b1ab4fa1c Mon Sep 17 00:00:00 2001 From: freesource Date: Wed, 13 Feb 2002 20:24:04 +0000 Subject: [PATCH] This adds cramfs-vfs-order.patch. --- gbootroot_pkg | 1 + 1 file changed, 1 insertion(+) diff --git a/gbootroot_pkg b/gbootroot_pkg index ac221a0..0510575 100755 --- a/gbootroot_pkg +++ b/gbootroot_pkg @@ -147,6 +147,7 @@ foreach (@make_lines) { # Stuff not in the Makefile system "cp -fa $makefile $packaging_place/Makefile"; system "cp -fa README $packaging_place/README"; +system "cp -fa user-mode-linux/usr/lib/uml/cramfs-vfs-order.patch $packaging_place/user-mode-linux/usr/lib/uml/cramfs-vfs-order.patch"; # Now we get to clean out any CVS directories and make sure that the # permissions are all for the user who will be creating the package.