Browse Source

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

in place wasn't such a good idea.
master
freesource 22 years ago
parent
commit
068e48931d
  1. 1
      gbootroot_pkg

1
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";

Loading…
Cancel
Save