FS#1032 - Srcpac. Making packages with dash in the name. Problem.
Attached to Project:
Arch Linux
Opened by Miroslaw Czachor (forest76) - Friday, 25 June 2004, 22:33 GMT
Last edited by Jason Chu (jason) - Wednesday, 07 July 2004, 23:14 GMT
Opened by Miroslaw Czachor (forest76) - Friday, 25 June 2004, 22:33 GMT
Last edited by Jason Chu (jason) - Wednesday, 07 July 2004, 23:14 GMT
|
Details
I've tried to build program with dash in the name. After
modify my srcpac.conf, and run srcpac -Syu I got errors and
PKGBUILD doesn't modify. For packages without dash in the
name everything work well. More details is there:
http://bbs.archlinux.org/viewtopic.php?t=5348 |
This task depends upon
Comment by Jason Chu (jason) -
Wednesday, 07 July 2004, 15:01 GMT
This problem seems to be a lot worse than I thought. Bash doesn't
like variables with hyphens in them, period. I haven't yet found
anything that I can do to trick bash into accepting them. I may
have to think up some conversion method or have to rewrite bash
(or at least the config stuff) in something more hyphen-friendly.
Comment by Jason Chu (jason) - Monday,
23 August 2004, 21:28 GMT
I have checked in a fix that has you replace dashes in package
names with X. Expect to see it in the next version.