summaryrefslogtreecommitdiffstats
path: root/package/lite/lite.mk
diff options
context:
space:
mode:
authorDaniel Laird2008-08-26 17:43:10 +0200
committerDaniel Laird2008-08-26 17:43:10 +0200
commitb46329c9479e4801b8eaa6828c5c32ccef81d53f (patch)
tree701d7b098993cf1705475925925158811b60a87e /package/lite/lite.mk
parentAdds support for building LiTE - see DirectFB.org (diff)
downloadbuildroot-b46329c9479e4801b8eaa6828c5c32ccef81d53f.tar.gz
buildroot-b46329c9479e4801b8eaa6828c5c32ccef81d53f.tar.xz
buildroot-b46329c9479e4801b8eaa6828c5c32ccef81d53f.zip
Clean up LiTE
Diffstat (limited to 'package/lite/lite.mk')
-rw-r--r--package/lite/lite.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/lite/lite.mk b/package/lite/lite.mk
index ad1963278..687a5dd94 100644
--- a/package/lite/lite.mk
+++ b/package/lite/lite.mk
@@ -18,8 +18,8 @@ $(eval $(call AUTOTARGETS,package,lite))
$(LITE_HOOK_POST_INSTALL):
$(INSTALL) -d $(TARGET_DIR)/usr/share/LiTE/examples/
- $(INSTALL) -d $(TARGET_DIR)/usr/share/fonts/truetype
+ $(INSTALL) -d $(TARGET_DIR)/usr/share/fonts/truetype/
$(INSTALL) -m0644 $(LITE_DIR)/data/*.png $(TARGET_DIR)/usr/share/LiTE/
$(INSTALL) -m0644 $(LITE_DIR)/examples/*.png $(TARGET_DIR)/usr/share/LiTE/examples/
- $(INSTALL) -m0644 $(LITE_DIR)/fonts/*.ttf $(TARGET_DIR)/usr/share/fonts/truetype/
- touch $@ \ No newline at end of file
+ $(INSTALL) -m0644 $(LITE_DIR)/fonts/*.ttf $(TARGET_DIR)/usr/share/fonts/truetype/
+ touch $@