Bumped for release.
[cocanwiki.git] / debian / rules
index f7da905..8d3ffe5 100755 (executable)
@@ -32,11 +32,6 @@ install: build
        dh_clean -k 
        dh_installdirs
 
-       if [ -x /usr/bin/ocamlopt ]; then \
-               BUILD_OPT=1; \
-       else \
-               BUILD_OPT=0; \
-       fi; \
        $(MAKE) pkg-install DESTDIR=$(CURDIR)/debian/cocanwiki
 
 # Build architecture-independent files here.