1
0
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:
freesource 2003-02-12 08:05:32 +00:00
parent 068e48931d
commit a47e9ee43a

View File

@ -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