mirror of
https://github.com/fspc/gbootroot.git
synced 2026-09-11 14:21:38 -04: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:
+3
-1
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user