]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
package/liberation/liberation.mk: Correct the makefile to what it should have been
authorDaniel Laird <danieljlaird@hotmail.com>
Mon, 12 Jan 2009 12:40:48 +0000 (12:40 -0000)
committerDaniel Laird <danieljlaird@hotmail.com>
Mon, 12 Jan 2009 12:40:48 +0000 (12:40 -0000)
Correct the makefile so that it works and is what I originally planned to add.

Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com>
package/liberation/liberation.mk

index b6a7a1af0e0de721fbf369828b058e33a5a80b32..165078fb8736b6a1abb0a0bc4f71854a38d7d27c 100644 (file)
@@ -18,12 +18,12 @@ $(LIBERATION_DIR)/.unpacked: $(DL_DIR)/$(LIBERATION_SOURCE)
        $(LIBERATION_CAT) $(DL_DIR)/$(LIBERATION_SOURCE) | tar -C $(BUILD_DIR) $(TAR_OPTIONS) -
        touch $(LIBERATION_DIR)/.unpacked
 
-$(STAGING_DIR)/usr/share/fonts/.ttf: $(LIBERATION_DIR)/.unpacked
+$(STAGING_DIR)/usr/share/fonts/LiberationMono-Bold.ttf: $(LIBERATION_DIR)/.unpacked
        -mkdir -p $(STAGING_DIR)/usr/share/fonts/liberation
        $(INSTALL) -m0644 $(LIBERATION_DIR)/*.ttf $(STAGING_DIR)/usr/share/fonts/liberation/
        touch -c $(STAGING_DIR)/usr/share/fonts/.ttf
 
-$(TARGET_DIR)/usr/share/fonts/LiberationMono-Bold.ttf: $(STAGING_DIR)/usr/share/fonts/.ttf
+$(TARGET_DIR)/usr/share/fonts/LiberationMono-Bold.ttf: $(STAGING_DIR)/usr/share/fonts/LiberationMono-Bold.ttf
        -mkdir -p $(TARGET_DIR)/usr/share/fonts/liberation
        $(INSTALL) -m0644 $(LIBERATION_DIR)/*.ttf $(TARGET_DIR)/usr/share/fonts/liberation/
        touch -c $(TARGET_DIR)/usr/share/fonts/.ttf