FS#11261 - GHC installs license in wrong directory
Attached to Project:
Arch Linux
Opened by Greg (dolby) - Wednesday, 20 August 2008, 01:07 GMT
Last edited by Allan McRae (Allan) - Friday, 17 October 2008, 23:59 GMT
Opened by Greg (dolby) - Wednesday, 20 August 2008, 01:07 GMT
Last edited by Allan McRae (Allan) - Friday, 17 October 2008, 23:59 GMT
|
Details
Description: GHC in testing installs license in wrong
directory, /usr/share/license instead of licenses.
|
This task depends upon
Closed by Allan McRae (Allan)
Friday, 17 October 2008, 23:59 GMT
Reason for closing: Fixed
Additional comments about closing: ghc-6.10.1rc1-1 in [testing]
Friday, 17 October 2008, 23:59 GMT
Reason for closing: Fixed
Additional comments about closing: ghc-6.10.1rc1-1 in [testing]
- install -Dm644 LICENSE ${pkgdir}/usr/share/license/ghc/license
+ install -Dm644 LICENSE ${pkgdir}/usr/share/license/ghc/licenses
should be
- install -Dm644 LICENSE ${pkgdir}/usr/share/license/ghc/license
+ install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/ghc/license
its the dir that should be changed not the license file name