From 068e48931dd94d5a3a1f7fdb108b266775d73b7a Mon Sep 17 00:00:00 2001 From: freesource Date: Wed, 12 Feb 2003 07:29:16 +0000 Subject: [PATCH] Added a configure script to handle skas-or-tt for now, since editing in place wasn't such a good idea. --- gbootroot_pkg | 1 - 1 file changed, 1 deletion(-) diff --git a/gbootroot_pkg b/gbootroot_pkg index d137d87..0185e23 100755 --- a/gbootroot_pkg +++ b/gbootroot_pkg @@ -456,7 +456,6 @@ if ( $ARGV[0] eq "both" || $ARGV[0] eq "rpm" ) { # For now will just use one definite place for SOURCES my $filelist = "pkg/rpm"; system "cp $gbootroot_cvs/gbootroot.xpm $SOURCES"; - system "cp $gbootroot_cvs/Makefile.pkg $packaging_place/Makefile system "cp $rpm_packaging_place/$package $SPECS"; system "install -d $packaging_place/$filelist"; system "cp $rpm_packaging_place/filelist $packaging_place/$filelist";