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

Now the rpm src and binary package properly build. This was pretty

involved, next I need to decide whether to establish and different
build and package area.  Probably, at least a package area so it
doesn't interfere with the system.
This commit is contained in:
freesource 2002-12-20 06:22:42 +00:00
parent b0ca75da21
commit 4700c447d7
3 changed files with 6 additions and 6 deletions

View File

@ -75,8 +75,8 @@ my $rpm_packaging_place = "$gbootroot_cvs/pkg/rpm";
my $SPECS = "/usr/src/rpm/SPECS"; my $SPECS = "/usr/src/rpm/SPECS";
my $SOURCES = "/usr/src/rpm/SOURCES"; my $SOURCES = "/usr/src/rpm/SOURCES";
my $BUILD = "/usr/src/rpm/BUILD"; my $BUILD = "/usr/src/rpm/BUILD";
#my @rpm_packages = qw(gbootroot.spec gbootroot-mdk.spec); my @rpm_packages = qw(gbootroot.spec gbootroot-mdk.spec);
my @rpm_packages = qw(gbootroot-mdk.spec); #my @rpm_packages = qw(gbootroot-mdk.spec);
# Other vars # Other vars

View File

@ -99,8 +99,8 @@ make
make install make install
%clean %clean
make clean #make clean
make clean-sources #make clean-sources
# Update this as necessary # Update this as necessary
# dswim -ql gbootroot > ~/gbootroot/gbootroot/list # dswim -ql gbootroot > ~/gbootroot/gbootroot/list

View File

@ -100,8 +100,8 @@ make
make install make install
%clean %clean
make clean #make clean
make clean-sources #make clean-sources
# Update this as necessary # Update this as necessary
# dswim -ql gbootroot > ~/gbootroot/gbootroot/list # dswim -ql gbootroot > ~/gbootroot/gbootroot/list