diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2010-07-07 23:34:32 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2010-07-07 23:37:33 +0200 |
commit | 3917ab310490cb50cdb87c95e2461747069aa8a6 (patch) | |
tree | b7e837be1175ed6b83879558f2bffaf5ab824b09 /CHANGES | |
parent | 3b709a3d86407556f09642ef5ee4b37de2f4e93c (diff) |
bzip2: don't overwrite busybox during installation
The bzip2 make install target follows symlinks, so if busybox is
enabled and the bzip/bunzip2 applets are installed, bin/busybox will
get overwritten by bzip2.
Fix it by ensuring any previously installed bzip2/bunzip2/bzcat (the
applets available in busybox) are removed before running make install.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -15,8 +15,8 @@ luafilesystem, luasocket, rings, wsapi, xavante, xterm Updated/fixed packages: berkeleydb, bash, blackbox, busybox, - cdrkit, dash, dialog, diffutils, distcc, dmalloc, dnsmasq, - dropbear, fbv, file, gawk, gstreamer, gzip, intltool, + bzip2, cdrkit, dash, dialog, diffutils, distcc, dmalloc, + dnsmasq, dropbear, fbv, file, gawk, gstreamer, gzip, intltool, ipsec-tools, iptables, libart, libfuse, libgpg-error, libidn, liblockfile, links, lmbench, lrzsz, make, module-init-tools, nbd, ncurses, netperf, ntfsprogs, openssl, php, qt, quagga, |