mirror of
https://github.com/fspc/gbootroot.git
synced 2025-02-23 09:03:23 -05:00
Some deletion necessary for stable debian package making.
This commit is contained in:
parent
068e48931d
commit
a47e9ee43a
@ -364,6 +364,9 @@ if ( $ARGV[0] eq "both" || $ARGV[0] eq "rpm" ) {
|
||||
chdir($packaging_place);
|
||||
system "make clean";
|
||||
system "make clean-sources";
|
||||
# Not required for unstable Debian
|
||||
system "rm *stamp";
|
||||
system "rm -rf debian/";
|
||||
|
||||
foreach my $package ( @rpm_packages ) {
|
||||
open (RPM_PLACE, "$rpm_packaging_place/$package" ) or
|
||||
|
Loading…
x
Reference in New Issue
Block a user