FS#25827 - makepkg and .install files in pacman4
Attached to Project:
Pacman
Opened by Jesse Jaara (Huulivoide) - Tuesday, 30 August 2011, 13:52 GMT
Last edited by Allan McRae (Allan) - Friday, 02 September 2011, 07:48 GMT
Opened by Jesse Jaara (Huulivoide) - Tuesday, 30 August 2011, 13:52 GMT
Last edited by Allan McRae (Allan) - Friday, 02 September 2011, 07:48 GMT
|
Details
Summary and Info:
Apparently the way the install= variable in PKGBUILDs has changed. Currently there are many PKGBUILDS in AUR witch use syntax like install='fluffy-theme.install' But with makepkg from git it doesn't work, instead of setting the .install file to that what's inside '' it considers the ' marks to be part of the filename. While there's no reason to have charters that would require " or 's in the filename, there's even less need to have 's as part of the file name. I don't know if this is intentional change or a bug. But personally I think 's shouldn't matter. Steps to Reproduce: Try to build some package with '' in its install= thingy, with git makepkg. |
This task depends upon
Closed by Allan McRae (Allan)
Friday, 02 September 2011, 07:48 GMT
Reason for closing: Fixed
Additional comments about closing: http://projects.archlinux.org/pacman.git /commit/?id=35d8cc8b
Friday, 02 September 2011, 07:48 GMT
Reason for closing: Fixed
Additional comments about closing: http://projects.archlinux.org/pacman.git /commit/?id=35d8cc8b
that is the latest I'w stumbled across
https://github.com/falconindy/pacman/commit/247efd7a7fe7900df4b02b12395914afccbb2075
http://sprunge.us/QPhD
edit: ^ that's busted. Real patch to be sent to the ML for bike shedding and name calling.