Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 316189 Details for
Bug 417263
sys-apps/busybox[make-symlinks] should not overwrite existing files
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
cp -n (--no-clobber) is not destructive
busybox-1.20.1.ebuild.patch (text/plain), 411 bytes, created by
Maksim 'max_posedon' Melnikau
on 2012-06-24 22:31:02 UTC
(
hide
)
Description:
cp -n (--no-clobber) is not destructive
Filename:
MIME Type:
Creator:
Maksim 'max_posedon' Melnikau
Created:
2012-06-24 22:31:02 UTC
Size:
411 bytes
patch
obsolete
>--- busybox-1.20.1.ebuild.old 2012-06-25 01:24:37.438011096 +0300 >+++ busybox-1.20.1.ebuild 2012-06-25 01:26:42.512014109 +0300 >@@ -292,7 +292,7 @@ > cd "${T}" || die > mkdir _install > tar xf busybox-links.tar -C _install || die >- cp -vpPR _install/* "${ROOT}"/ || die "copying links for ${x} failed" >+ cp -vpPRn _install/* "${ROOT}"/ || die "copying links for ${x} failed" > fi > > if use sep-usr ; then
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 417263
: 316189 |
612890
|
675667