diff options
author | Samuel Mimram <smimram@debian.org> | 2006-04-29 16:32:35 +0000 |
---|---|---|
committer | Samuel Mimram <smimram@debian.org> | 2006-04-29 16:32:35 +0000 |
commit | c514a452ff3ba2980ddd5a4b2f795af361b3c101 (patch) | |
tree | d660724732d055658c26d6a953d842a13f2d020d /debian/rules | |
parent | 16accd57086a56f42cc5d2d18b3f0de8faeecdbd (diff) |
Last modifications before upload.debian/8.0pl3+8.1alpha-1
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/debian/rules b/debian/rules index 2971382b..f23efc82 100755 --- a/debian/rules +++ b/debian/rules @@ -29,8 +29,7 @@ configure-stamp: build: patch-stamp configure-stamp build-stamp build-stamp: dh_testdir - $(MAKE) world -# if grep -q BEST=opt config/Makefile; \ + if grep -q BEST=opt config/Makefile; \ then \ ($(MAKE) check \ && touch opt-stamp) \ |