diff options
| author | courant | 2001-12-11 13:00:36 +0000 |
|---|---|---|
| committer | courant | 2001-12-11 13:00:36 +0000 |
| commit | 424a0466b0bcf6b4f10855610f1af7ec4e7ad736 (patch) | |
| tree | 88ac9a064e8055f88b7d88eb0fa9e886bd3dae9c /distrib/debian/rules | |
| parent | a188768b781eec123f015610751d0b92f0d149fa (diff) | |
*** empty log message ***
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@2288 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'distrib/debian/rules')
| -rwxr-xr-x | distrib/debian/rules | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/debian/rules b/distrib/debian/rules index e8e3aaea6b..0e58310693 100755 --- a/distrib/debian/rules +++ b/distrib/debian/rules @@ -21,7 +21,7 @@ build-stamp: dh_testdir # Add here commands to compile the package. - $(MAKE) world + $(MAKE) world || (echo ERROR: trying to build in bytecode && echo "OPT=byte" >> config/Makefile && $(MAKE) world) #/usr/bin/docbook-to-man debian/coq.sgml > coq.1 touch build-stamp @@ -69,7 +69,7 @@ binary-arch: build install # dh_undocumented dh_installchangelogs CHANGES dh_link - dh_strip +# dh_strip dh_compress dh_fixperms # dh_makeshlibs |
