Explorar o código

Clean up LiTE

Daniel Laird %!s(int64=17) %!d(string=hai) anos
pai
achega
b46329c947
Modificáronse 2 ficheiros con 3 adicións e 6 borrados
  1. 3 3
      package/lite/lite.mk
  2. 0 3
      package/lite/no_tests.patch

+ 3 - 3
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 $@
+	$(INSTALL) -m0644 $(LITE_DIR)/fonts/*.ttf $(TARGET_DIR)/usr/share/fonts/truetype/
+	touch $@

+ 0 - 3
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 @@