From: Richard W.M. Jones Date: Wed, 22 Feb 2012 12:04:31 +0000 (+0000) Subject: Prevent unwanted bytecode stripping by RPM. X-Git-Tag: 0.0.1~1 X-Git-Url: http://git.annexia.org/?p=whenjobs.git;a=commitdiff_plain;h=d812ce2d464ffd1a80e3bf9ba8033a23496168e2;hp=5fd395fada4321c9ac71a8af7d9a445b8171ed82 Prevent unwanted bytecode stripping by RPM. --- diff --git a/whenjobs.spec.in b/whenjobs.spec.in index 22ad6de..500c9a0 100644 --- a/whenjobs.spec.in +++ b/whenjobs.spec.in @@ -1,6 +1,9 @@ %define opt %(test -x %{_bindir}/ocamlopt && echo 1 || echo 0) %define debug_package %{nil} +# Prevent unwanted bytecode stripping by RPM. +%define __strip /bin/true + Name: @PACKAGE_NAME@ Version: @PACKAGE_VERSION@ Release: 1