mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-10 13:25:25 +01:00
Remove additional generated files in libtool-2.2.4
Most of the times, libtoolize.in was not being regenerated by bootstrap. However, there was at least one spurious case where it got regenerated, leading to a package with a different checksum. By deleting it before running bootstrap, it will be always regenerated.
This commit is contained in:
parent
69fdc27d64
commit
ec2efcd027
2 changed files with 4 additions and 2 deletions
|
|
@ -6,10 +6,12 @@
|
|||
src_prepare() {
|
||||
default
|
||||
|
||||
rm libtoolize.in
|
||||
|
||||
rm -f libltdl/config/ltmain.sh libtool libltdl/m4/ltversion.m4
|
||||
|
||||
rm -f doc/*.info
|
||||
rm -f tests/testsuite
|
||||
rm -f tests/testsuite tests/defs.in tests/package.m4
|
||||
|
||||
find tests -name configure | while read d; do
|
||||
rm -r "$(dirname "$d")"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue