#!/bin/sh

for DIR in *.*.*; do
	echo "usr/share/mapnik-reference/${DIR} usr/lib/nodejs/${DIR}"
done
