[Pkg-javascript-commits] [SCM] bindings to the Mapnik tile rendering library for NodeJS branch, master, updated. upstream/0.5.8-5-g49da559

David Paleino dapal at debian.org
Sun Oct 23 16:07:32 UTC 2011


The following commit has been merged in the master branch:
commit 241895b9f20f879c0f308e459e0ae7a12f17a605
Author: David Paleino <dapal at debian.org>
Date:   Sun Oct 23 17:40:57 2011 +0200

    Fix interpreter

diff --git a/debian/rules b/debian/rules
index c1f89b5..6953dd8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,6 +13,7 @@ override_dh_install:
 
 	for i in mapnik-inspect mapnik-render; do \
 		mv $(CURDIR)/debian/node-mapnik/usr/bin/$$i.js $(CURDIR)/debian/node-mapnik/usr/bin/$$i; \
+		sed -i "s@#!node@#!/usr/bin/node at g" $(CURDIR)/debian/node-mapnik/usr/bin/$$i; \
 	done
 
 override_dh_auto_configure:

-- 
bindings to the Mapnik tile rendering library for NodeJS



More information about the Pkg-javascript-commits mailing list