| Bug#: 235057 | Product: Gentoo Linux | Version: unspecified | Platform: All |
| OS/Version: FreeBSD | Status: RESOLVED | Severity: normal | Priority: P2 |
| Resolution: FIXED | Assigned To: python@gentoo.org | Reported By: michael@smith-li.com | |
| Component: Applications | |||
| URL: | |||
| Summary: dev-python/django-0.96.2 ebuild has cp -a, which fails on FreeBSD | |||
| Keywords: | |||
| Status Whiteboard: | |||
| Opened: 2008-08-17 23:56 0000 | |||
| Description: | Opened: 2008-08-17 23:56 0000 |
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:
I've modified the mentioned ebuild to use cp -pPR instead of cp -a. Thanks for reporting.