From a6d3526dc852d0c4a57339d20fb119fc47635779 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 29 Apr 2013 17:33:02 +0200 Subject: [PATCH] ocaml-lidl: do not strip bins. --- srcpkgs/ocaml-lidl/template | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/srcpkgs/ocaml-lidl/template b/srcpkgs/ocaml-lidl/template index 5c6f1bf202b..1f014239c11 100644 --- a/srcpkgs/ocaml-lidl/template +++ b/srcpkgs/ocaml-lidl/template @@ -1,7 +1,7 @@ # Template file for 'ocaml-lidl' pkgname=ocaml-lidl version=1.05 -revision=2 +revision=3 wrksrc="camlidl-${version}" makedepends="ocaml-compiler-libs" short_desc="stub code generator and COM binding for Objective Caml" @@ -11,6 +11,8 @@ license="Q" distfiles="http://caml.inria.fr/pub/old_caml_site/distrib/bazar-ocaml/camlidl-${version}.tar.gz" checksum=857ed5bd3b2f99c62813070e1a5b4b6375e837c6815f4ad956baeb6f8c660311 +nostrip=yes + do_configure() { cp -f config/Makefile.unix config/Makefile }