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:
parent
b0ca75da21
commit
4700c447d7
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user