From 205848e7df8fa02b0460d4d368c4344492044fbc Mon Sep 17 00:00:00 2001 From: Stefan Fiedler Date: Thu, 2 Feb 2006 12:38:26 +0000 Subject: [PATCH] Stefan Fiedler: imlib2: remove autogen.sh fixup; it breaks enlightenment build and looks like it's not needed [2005121800014331018] (https://www.rocklinux.net/submaster) git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@6969 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- package/e17/imlib2/e17.conf | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/package/e17/imlib2/e17.conf b/package/e17/imlib2/e17.conf index 1d4bcc5d8..a93ec5cdc 100644 --- a/package/e17/imlib2/e17.conf +++ b/package/e17/imlib2/e17.conf @@ -12,7 +12,4 @@ if [ ! "$NO_E17_CHECK" -a ! -f "$root/$prefix/lib/libImlib2.so" ] ; then fi # needed since e17 is currently CVS checkout only ... -# and fixup the damn autogen.sh ... - -preconf="sed -i s/$USER/stupid/ autogen.sh ; NOCONFIGURE=1 sh autogen.sh" - +preconf="NOCONFIGURE=1 sh autogen.sh"