FS#1108 - rcs incorrectly uses -c of su in PKGBUILD
Attached to Project:
Arch Linux
Opened by Jason Chu (jason) - Sunday, 11 July 2004, 22:07 GMT
Last edited by Judd Vinet (judd) - Wednesday, 14 July 2004, 18:56 GMT
Opened by Jason Chu (jason) - Sunday, 11 July 2004, 22:07 GMT
Last edited by Judd Vinet (judd) - Wednesday, 14 July 2004, 18:56 GMT
|
Details
The line in the PKGBUILD reads "su nobody -c ./configure
--prefix=/usr", when it really should be "su nobody -c
'./configure --prefix=/usr'".
|
This task depends upon
Comment by dorphell (dorphell) -
Friday, 10 September 2004, 20:32 GMT
Humm.. I fixed this a long time ago.. why is this still open?