Browse Source

Now the rpm src and binary package properly build as a normal user.

master
freesource 22 years ago
parent
commit
a38ec15d27
  1. 2
      gbootroot_pkg

2
gbootroot_pkg

@ -245,6 +245,8 @@ unlink($pristine_source_package) if -e $pristine_source_package;
system "tar cvfz $pristine_source_package $prog-$version";
print "$pristine_source_package $packaging_place\n";
system "rm -rf $packaging_place_orig/gbootroot_$version*";
print "$packaging_place_orig/gbootroot_$version*\n";
# Now we to the dh_make thing, and setup the time, version, and defaults.

Loading…
Cancel
Save