All of lore.kernel.org
 help / color / mirror / Atom feed
From: David Brown <david@westcontrol.com>
To: buildroot@busybox.net
Subject: [Buildroot] liberation fonts fails to build
Date: Tue, 06 Jan 2009 12:52:09 +0100	[thread overview]
Message-ID: <gjvglj$np5$1@ger.gmane.org> (raw)



There seems to be a problem with the liberation fonts package - it won't 
build because there is no rule to make the 
"$(STAGING_DIR)/usr/share/fonts/.ttf" target.

A simple change to the liberation.mk makefile is all that is needed, as 
far as I can see.  I changed line 21 from:

$(STAGING_DIR)/usr/share/fonts/LiberationMono-Bold.ttf: \
	$(LIBERATION_DIR)/.unpacked

to

$(STAGING_DIR)/usr/share/fonts/.ttf: $(LIBERATION_DIR)

The fonts now appear to be installed correctly.

mvh.,

David Brown
Norway.

                 reply	other threads:[~2009-01-06 11:52 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='gjvglj$np5$1@ger.gmane.org' \
    --to=david@westcontrol.com \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.