From 20cc059855ec422f3a0933651d991a013bc495e8 Mon Sep 17 00:00:00 2001 From: freesource Date: Wed, 12 Dec 2001 19:19:25 +0000 Subject: [PATCH] Fixed syntax error. --- gbootroot_pkg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gbootroot_pkg b/gbootroot_pkg index 10dabd3..11913b1 100755 --- a/gbootroot_pkg +++ b/gbootroot_pkg @@ -128,7 +128,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 README $packaging_place/README"; # 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.