Package: ttf-freefont
Version: 20051206-2
Severity: serious
Tags: patch
When building 'ttf-freefont' on unstable, I get the following error:
./convertfonts.sh
make: execvp: ./convertfonts.sh: Permission denied
make: *** [build-stamp] Error 127
With the attached patch 'ttf-freefont' builds fine.
Regards
Andreas Jochens
diff -urN ../tmp-orig/ttf-freefont-20051206/debian/rules ./debian/rules
--- ../tmp-orig/ttf-freefont-20051206/debian/rules 2006-02-15
15:16:49.000000000 +0000
+++ ./debian/rules 2006-02-15 15:16:39.000000000 +0000
@@ -27,6 +27,7 @@
tar xzvf freefont-sfd.tar.gz
cd sfd && patch -p1 < ../debian/fontforge-bug-workaround.patch
+ chmod a+x ./*.sh scripts/{ConvertFont,FreeSans-strip,strip_glyphs.pe}
./convertfonts.sh
# Strip the fonts for the udeb
./stripfonts.sh
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]