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:02:34 +00:00
parent 37df1ae07c
commit 0067a7a5fc
7 changed files with 23 additions and 30 deletions
+3 -1
View File
@@ -206,8 +206,9 @@ foreach (@make_lines) {
}
}
# Stuff not in the Makefile
# Stuff not in the Makefilex
system "cp -fa $makefile $packaging_place/Makefile";
system "cp -fa configure $packaging_place/configure";
# Basically this is stuff we want in the source package, but not the normal
# package
@@ -455,6 +456,7 @@ 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";