FS#23602 - [dhcp] dhclient packaging in PKGBUILD changes to nonexistent directory
Attached to Project:
Arch Linux
Opened by Kevin Mihelich (kmihelich) - Tuesday, 05 April 2011, 22:33 GMT
Last edited by Jan de Groot (JGC) - Wednesday, 06 April 2011, 07:22 GMT
Opened by Kevin Mihelich (kmihelich) - Tuesday, 05 April 2011, 22:33 GMT
Last edited by Jan de Groot (JGC) - Wednesday, 06 April 2011, 07:22 GMT
|
Details
Description:
In the PKGBUILD for packaging dhclient, it performs this: cd ${srcdir}/${pkgname}-${_pkgver} which is trying to cd to src/dhclient-(version), which doesn't exist, and the build fails. Possible fix: cd ${srcdir}/${pkgbase}-${_pkgver} Additional info: * package version(s) - 4.2.0.2 |
This task depends upon