summaryrefslogtreecommitdiffstats
path: root/package/lite
diff options
context:
space:
mode:
authorDaniel Laird <danieljlaird@hotmail.com>2008-08-26 15:43:10 +0000
committerDaniel Laird <danieljlaird@hotmail.com>2008-08-26 15:43:10 +0000
commitb46329c9479e4801b8eaa6828c5c32ccef81d53f (patch)
tree701d7b098993cf1705475925925158811b60a87e /package/lite
parentc30bb46320213eaa6c95ad991512b03e7fc38c4b (diff)
downloadbuildroot-novena-b46329c9479e4801b8eaa6828c5c32ccef81d53f.tar.gz
buildroot-novena-b46329c9479e4801b8eaa6828c5c32ccef81d53f.zip
Clean up LiTE
Diffstat (limited to 'package/lite')
-rw-r--r--package/lite/lite.mk6
-rw-r--r--package/lite/no_tests.patch3
2 files changed, 3 insertions, 6 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 $@
diff --git a/package/lite/no_tests.patch b/package/lite/no_tests.patch
index 4ca39137b..c6e8092ff 100644
--- a/package/lite/no_tests.patch
+++ b/package/lite/no_tests.patch
@@ -1,6 +1,3 @@
---- package/lite/no-examples-no-tests.patch (revision 0)
-+++ package/lite/no-examples-no-tests.patch (revision 0)
-@@ -0,0 +1,11 @@
--- Makefile.in.orig 2008-07-07 13:07:12.000000000 +0200
+++ Makefile.in 2008-07-07 13:07:05.000000000 +0200
@@ -202,7 +202,7 @@