[Pkg-jed-devel] Re: [Pkg-jed-commit] r32 - in trunk/packages/jed/debian: . patches

Jörg Sommer joerg@alea.gnuu.de
Sat, 23 Apr 2005 19:45:41 +0200


--ew6BAiZeqk4r7MaW
Content-Type: text/plain; charset=iso-8859-1
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

Rafael Laboissiere schrieb am Sat 23. Apr, 15:14 (+0000) :
> Modified: trunk/packages/jed/debian/jed-common.postinst
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
> --- trunk/packages/jed/debian/jed-common.postinst	2005-04-22 21:22:26 UTC=
 (rev 31)
> +++ trunk/packages/jed/debian/jed-common.postinst	2005-04-23 15:14:13 UTC=
 (rev 32)
> @@ -2,7 +2,13 @@
> =20
>  case "$1" in
>    configure)
> +	echo -n "Compiling .slc and .dfa files... "
> +	/usr/bin/jed -batch -n -l preparse.sl > /dev/null

why not:

temp=3D$(mktemp)
RET=3D0
/usr/bin/jed -batch -n -l preparse.sl > $tmp || RET=3D$?
if [ $RET -ne 0 ]; then
  echo "failed (see $temp)"
  exit $RET
fi
rm $temp

> +	echo done.
> +
>  	;;

J=F6rg.

--=20
Dein Gesicht wird dir geschenkt. L=E4cheln musst du selber! (Inga Hermann)

--ew6BAiZeqk4r7MaW
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: Digital signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.0 (GNU/Linux)

iQEVAwUBQmqJxYZ13Cz2nwVYAQLeqwf9Fdb07UA8rrRj7zsbWCYrmytcSfUbR8wB
+x20w8STngoyJ5NT0TuLCOAERJeWk3NSx22JrVi65HhZmmdpsPpBNXTcdvgq5cXy
rfz7Mu1qnycrmTcaXRYWPzcZMJ69wop16cw+yqHPj+bzaP88DFYT5nLXcPVeJkh7
Uj/3wocy5ynHk0M3gVpHt2thimKteTu7TcpqYfIfWSdsixCM1BTn2yvaPRhyuUqG
GvmDAVEguL+wF06uT+6dO2gMVuCDbVOf41sN7R42fH7utPpNa3HgZOwPFdU3CovL
SZpM5Yz5Wuy6iLhud1epZNqgF3AIO0/54IHmKvv5rV5MdkJ94Axx+A==
=CH4M
-----END PGP SIGNATURE-----

--ew6BAiZeqk4r7MaW--