FS#1576 - bittorrent installs to improper path
Attached to Project:
Arch Linux
Opened by Aaron Griffin (phrakture) - Monday, 04 October 2004, 14:35 GMT
Opened by Aaron Griffin (phrakture) - Monday, 04 October 2004, 14:35 GMT
|
Details
Currently, the PKGBUILD for bittorrent installs the package
to /opt/bittorrent through manual copying. Bittorrent
provides a "setup.py" file for this, and has it's own
install path.
Please update the bittorrent package to run: mkdir -p $startdir/pkg/usr ./setup.py install prefix=$startdir/pkg/usr or something to this effect... Yes this would conflict with bittornado, however, bittornado is not a current package and they SHOULD confilct... bittornado is a replacement... |
This task depends upon