diff options
author | Holger Freyther <zecke@selfish.org> | 2007-12-23 21:59:00 +0000 |
---|---|---|
committer | Holger Freyther <zecke@selfish.org> | 2007-12-23 21:59:00 +0000 |
commit | ca4bb462deb3b86c87b0f81ad097620ccfd199f7 (patch) | |
tree | 6ca22b6dc731c283a53ea68a165527cd80c9d2c5 /packages/busybox | |
parent | 5a327da93307827512a2e1f33f3d4cd0a91f8f5f (diff) | |
parent | 2068d289bb9a9d0c2823a110d7751ba9e72e6542 (diff) |
merge of '4a9764846eca8e7a6608990c71feaab1b82bda1f'
and '541cfc2fc33004938c0e49fd51af40168cd2b1bb'
Diffstat (limited to 'packages/busybox')
-rw-r--r-- | packages/busybox/busybox_1.00.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/busybox/busybox_1.00.bb b/packages/busybox/busybox_1.00.bb index ca2db7e760..262d6afff1 100644 --- a/packages/busybox/busybox_1.00.bb +++ b/packages/busybox/busybox_1.00.bb @@ -94,7 +94,7 @@ pkg_prerm_${PN} () { # providing its files, this will make update-alternatives work, but the update-rc.d part # for syslog, httpd and/or udhcpd will fail if there is no other package providing sh tmpdir=`mktemp -d /tmp/busyboxrm-XXXXXX` - cp -a /bin/busybox $tmpdir/ + cp -pPR /bin/busybox $tmpdir/ ln -s /bin/busybox $tmpdir/[ ln -s /bin/busybox $tmpdir/test ln -s /bin/busybox $tmpdir/head |