From: František Dvořák Date: Tue, 5 Apr 2011 10:52:25 +0000 (+0000) Subject: Remove the ETICS "fantom" workaround to make mock build working. X-Git-Tag: glite-lb-client_R_5_0_4_3~7 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=a0861f07987f15e25859c12706e98eb347dfc975;p=jra1mw.git Remove the ETICS "fantom" workaround to make mock build working. --- diff --git a/org.glite.lb/configure b/org.glite.lb/configure index 5a0b8b6..8cbee4f 100755 --- a/org.glite.lb/configure +++ b/org.glite.lb/configure @@ -1110,7 +1110,7 @@ sub mode_etics { $cmd{packaging} = "make rpm package=".$confprefix."$subsys-myproxy-config"; } else { - $cmd{configure} = "chmod +x \${stageDir}$project{local_prefix}/sbin/glite-lb-at3 2>/dev/null; /usr/bin/perl $confdir/configure $project{flavours} --root=\${prefix} --prefix=$project{local_prefix} --stage=\${stageDir} --sysroot=\${package.prefix} --libdir=\${libdir} --project=\${projectName} --module $subsys.$module @copts"; + $cmd{configure} = "/usr/bin/perl $confdir/configure $project{flavours} --root=\${prefix} --prefix=$project{local_prefix} --stage=\${stageDir} --sysroot=\${package.prefix} --libdir=\${libdir} --project=\${projectName} --module $subsys.$module @copts"; $cmd{compile} = 'make'; $cmd{test} = 'make check'; $cmd{install} = 'make install';