Thanks Guido, unfortunately no luck:
root@<server>:~/debian# grep DEB_CONFIGURE_EXTRA_ARGS *
grep: apparmor: Is a directory
grep: patches: Is a directory
grep: source: Is a directory
root@<server>:~/debian#
root@<server>:~/debian#
root@<server>:~/debian#
root@<server>:~/debian# grep DEB_CONFIGURE_EXTRA_ARGS */*
root@<server>:~/debian#
root@<server>:~/debian#
root@<server>:~/debian# grep DEB_CONFIGURE_EXTRA_ARGS */*/*
grep: */*/*: No such file or directory
root@<server>:~/debian#
On Wed, Mar 4, 2015 at 3:01 AM, Guido Günther <agx(a)sigxcpu.org> wrote:
On Tue, Mar 03, 2015 at 02:31:27PM -0500, Wayne Mills wrote:
> I downloaded and untarred the deb package and grepped for 'configure',
but
> none of the hits were configure commands. Is there a better way to find
it?
Assuming this is still based on the Debian package look for
DEB_CONFIGURE_EXTRA_ARGS in debian/rules.
Cheers,
-- Guido