diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2011-08-26 22:01:22 +0400 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2011-08-26 22:01:22 +0400 |
commit | 5bc7b14398677400f9d2ab77f3a9281b79083fcb (patch) | |
tree | 4084c29d00b41109993e3a450fbdcef69fc0cc40 | |
parent | 2f7a8618a422f28e9bd3a17dd97c1c32346a73c5 (diff) | |
download | open-axiom-debian-5bc7b14398677400f9d2ab77f3a9281b79083fcb.tar.gz |
Fixed stripping
-rwxr-xr-x | debian/rules | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 7b1164e..ff6a579 100755 --- a/debian/rules +++ b/debian/rules @@ -18,8 +18,10 @@ override_dh_auto_clean: override_dh_install: dh_install --list-missing +# AXIOMsys seems already stripped, +# and dh_strip breaks it override_dh_strip: - # stripping breaks Open Axiom + dh_strip -X AXIOMsys clean build install binary binary-arch binary-indep: dh $@ --builddir=$(BUILD) |