Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 235057 - dev-python/django-0.96.2 ebuild has cp -a, which fails on FreeBSD
Summary: dev-python/django-0.96.2 ebuild has cp -a, which fails on FreeBSD
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All FreeBSD
: High normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-17 23:56 UTC by michael@smith-li.com
Modified: 2008-08-19 09:26 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description michael@smith-li.com 2008-08-17 23:56:56 UTC
The summary says it all.

sed 's/cp -a/cp -R/' django-0.96.2.ebuild > "$PORTDIR_OVERLAY"/dev-python/django/django-0.96.2.ebuild

essentially resolves it.

Reproducible: Always

Steps to Reproduce:
Comment 1 Ali Polatel (RETIRED) gentoo-dev 2008-08-19 09:26:32 UTC
I've modified the mentioned ebuild to use cp -pPR instead of cp -a.
Thanks for reporting.