[Pkg-ocaml-maint-commits] [SCM] menhir packaging branch, master, updated. debian/20090204.dfsg-1-4-g85357f1

Mehdi Dogguy dogguy at pps.jussieu.fr
Fri Feb 20 09:32:11 UTC 2009


The following commit has been merged in the master branch:
commit 85357f10eb3cbdb70ec9eb50992cb1fcba0f5b7e
Author: Mehdi Dogguy <dogguy at pps.jussieu.fr>
Date:   Fri Feb 20 10:32:08 2009 +0100

    The opposite is better

diff --git a/debian/rules b/debian/rules
index 5096bca..a44e2b8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,7 +8,7 @@ include /usr/share/ocaml/ocamlvars.mk
 include /usr/share/ocaml/ocamlinit.mk
 
 DESTDIR := $(CURDIR)/debian/menhir
-STRIPOPT := $(if $(OCAML_OPT_ARCH),-e "/native/d",-e "")
+STRIPOPT := $(if $(OCAML_OPT_ARCH),-e "",-e "/native/d")
 
 build: ocamlinit-stamp build-stamp
 build-stamp: patch-stamp

-- 
menhir packaging



More information about the Pkg-ocaml-maint-commits mailing list