[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: An easy way to redefine configure?
- From: Alexander Boström <abo root snowtree se>
- To: Development discussions related to Fedora <fedora-devel-list redhat com>
- Subject: Re: An easy way to redefine configure?
- Date: Wed, 05 Aug 2009 06:59:20 +0200
tis 2009-08-04 klockan 12:14 +0300 skrev Jussi Lehtola:
> What's the correct way to do this?
I don't know about correct, but this should work:
mkdir foo
cd foo
cat >configure <<'EOF'
#!/bin/bash
exec ../configure "$@"
EOF
chmod 755 configure
%configure
/abo
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]