Package: colormake
Version: 0.2-4.2
Severity: important
Tags: patch
Hi,
Since the last NMU, clmake is broken because the location of
colormake.pl has been changed but not updated in the file clmake.
$ clmake
/usr/bin/clmake: line 11: /usr/bin/colormake.pl: No such file or
directory
Patch:
--- colormake-0.2/clmake
+++ colormake-0.2/clmake
@@ -10,3 +10,3 @@
fi
-/usr/bin/make $* 2>&1 | /usr/bin/colormake.pl $SIZE | /usr/bin/less
${CLMAKE_OPTS}
+/usr/bin/make $* 2>&1 | /usr/share/colormake/colormake.pl $SIZE
| /usr/bin/less ${CLMAKE_OPTS}
exit ${PIPESTATUS[0]}
--
Adrien Cunin aka Adri2000
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]