1
0
mirror of https://github.com/fspc/gbootroot.git synced 2025-02-23 17:13:22 -05:00

Added a configure script to handle skas-or-tt for now, since editing

in place wasn't such a good idea.
This commit is contained in:
freesource 2003-02-12 07:29:16 +00:00
parent e6e3100c78
commit 068e48931d

View File

@ -456,7 +456,6 @@ if ( $ARGV[0] eq "both" || $ARGV[0] eq "rpm" ) {
# For now will just use one definite place for SOURCES # For now will just use one definite place for SOURCES
my $filelist = "pkg/rpm"; my $filelist = "pkg/rpm";
system "cp $gbootroot_cvs/gbootroot.xpm $SOURCES"; system "cp $gbootroot_cvs/gbootroot.xpm $SOURCES";
system "cp $gbootroot_cvs/Makefile.pkg $packaging_place/Makefile
system "cp $rpm_packaging_place/$package $SPECS"; system "cp $rpm_packaging_place/$package $SPECS";
system "install -d $packaging_place/$filelist"; system "install -d $packaging_place/$filelist";
system "cp $rpm_packaging_place/filelist $packaging_place/$filelist"; system "cp $rpm_packaging_place/filelist $packaging_place/$filelist";