[Pkg-ocaml-maint-commits] [SCM] bibtex2html packaging branch, master, updated. debian/1.95-1-27-g50935dd

Ralf Treinen treinen at free.fr
Fri Oct 1 06:50:57 UTC 2010


The following commit has been merged in the master branch:
commit 7e7520ccf35c7e8ac894702fed1902d155298375
Author: Ralf Treinen <treinen at free.fr>
Date:   Sat Apr 3 10:35:59 2010 +0200

    test

diff --git a/debian/rules b/debian/rules
index a3c43e4..5ca3576 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,12 +1,13 @@
 #!/usr/bin/make -f
 
+SHELL=/bin/bash
 DESTDIR=$(PWD)/debian/bibtex2html
 
 %:
 	dh $@ --with ocaml
 
 override_dh_auto_configure:
-	./configure --bindir=$(PWD)/debian/bibtex2html/usr/bin\
+	./configure --bindir=$(DESTDIR)usr/bin\
 			 --prefix=$(DESTDIR)/usr/share
 
 override_dh_auto_build:

-- 
bibtex2html packaging



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