Merged r2771 from trunk.
This commit is contained in:
parent
9199a13ac6
commit
966cb201c5
1 changed files with 0 additions and 4 deletions
|
@ -491,8 +491,6 @@ final_system_Makefiles() { #
|
||||||
done
|
done
|
||||||
# Remove Bzip2 binaries before make install
|
# Remove Bzip2 binaries before make install
|
||||||
sed -e 's@make install@rm -vf /usr/bin/bz*\n&@' -i final-system$N/*-bzip2
|
sed -e 's@make install@rm -vf /usr/bin/bz*\n&@' -i final-system$N/*-bzip2
|
||||||
# Fix how Module-Init-Tools do the install target
|
|
||||||
sed -e 's@make install@make INSTALL=install install@' -i final-system$N/*-module-init-tools
|
|
||||||
# Delete *old Readline libraries just after make install
|
# Delete *old Readline libraries just after make install
|
||||||
sed -e 's@make install@&\nrm -v /lib/lib{history,readline}*old@' -i final-system$N/*-readline
|
sed -e 's@make install@&\nrm -v /lib/lib{history,readline}*old@' -i final-system$N/*-readline
|
||||||
fi
|
fi
|
||||||
|
@ -604,8 +602,6 @@ bm_final_system_Makefiles() { #
|
||||||
done
|
done
|
||||||
# Remove Bzip2 binaries before make install
|
# Remove Bzip2 binaries before make install
|
||||||
sed -e 's@make install@rm -vf /usr/bin/bz*\n&@' -i final-system$N/*-bzip2
|
sed -e 's@make install@rm -vf /usr/bin/bz*\n&@' -i final-system$N/*-bzip2
|
||||||
# Fix how Module-Init-Tools do the install target
|
|
||||||
sed -e 's@make install@make INSTALL=install install@' -i final-system$N/*-module-init-tools
|
|
||||||
# Delete *old Readline libraries just after make install
|
# Delete *old Readline libraries just after make install
|
||||||
sed -e 's@make install@&\nrm -v /lib/lib{history,readline}*old@' -i final-system$N/*-readline
|
sed -e 's@make install@&\nrm -v /lib/lib{history,readline}*old@' -i final-system$N/*-readline
|
||||||
fi
|
fi
|
||||||
|
|
Reference in a new issue