[Pkg-ocaml-maint-commits] [SCM] ocaml-batteries packaging branch, master, updated. upstream/0.20081011-14-ge1e624f

Stefano Zacchiroli zack at upsilon.cc
Sun Oct 12 17:39:32 UTC 2008


The following commit has been merged in the master branch:
commit 497e6f7a137856ff8011e2b3079e435a8b141b19
Author: Stefano Zacchiroli <zack at upsilon.cc>
Date:   Sun Oct 12 17:09:43 2008 +0200

    fix installation dir

diff --git a/debian/rules b/debian/rules
index badbdce..96529b5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,7 +15,7 @@ DEB_MAKE_BUILD_TARGET += opt
 endif
 DEB_MAKE_BUILD_TARGET += OBFLAGS=-classic-display
 
-DEB_MAKE_INSTALL_TARGET = install DESTDIR=$(CURDIR)/debian/
+DEB_MAKE_INSTALL_TARGET = install DESTDIR=$(DEST_DIR)
 
 TG_BRANCHES = features/flexi-build
 tg-export:

-- 
ocaml-batteries packaging



More information about the Pkg-ocaml-maint-commits mailing list