[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: An easy way to redefine configure?
- From: Andreas Schwab <schwab redhat com>
- To: Development discussions related to Fedora <fedora-devel-list redhat com>
- Subject: Re: An easy way to redefine configure?
- Date: Tue, 04 Aug 2009 14:47:02 +0200
Jussi Lehtola <jussilehtola fedoraproject org> writes:
> So far I've tried
>
> %global dconfigure %(echo "%{configure}" | sed
> 's|./configure|../configure|g')
Since %configure expands to a text containing double quotes this gets
the quoting wrong. Using single quotes work here (albeit still not
general enough):
%global dconfigure %(printf %%s '%configure' | sed 's!\./configure!../configure!g')
Andreas.
--
Andreas Schwab, schwab redhat com
GPG Key fingerprint = D4E8 DBE3 3813 BB5D FA84 5EC7 45C6 250E 6F00 984E
"And now for something completely different."
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]