projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
624c0af
)
add default theme for elementary
author
Mirko Vogt
<mirko@openwrt.org>
Sat, 4 Jul 2009 00:28:03 +0000
(
00:28
+0000)
committer
Mirko Vogt
<mirko@openwrt.org>
Sat, 4 Jul 2009 00:28:03 +0000
(
00:28
+0000)
SVN-Revision: 16667
efl/elementary/Makefile
patch
|
blob
|
history
diff --git
a/efl/elementary/Makefile
b/efl/elementary/Makefile
index 2c8cc632cc2c3832a2c9e979cf63ba20cef51906..55c3074068ebbab84b9e46b3eaa8eb6c495cf3d1 100644
(file)
--- a/
efl/elementary/Makefile
+++ b/
efl/elementary/Makefile
@@
-53,8
+53,9
@@
define Build/InstallDev
endef
define Package/elementary/install
- $(INSTALL_DIR) $(1)/usr/lib
+ $(INSTALL_DIR) $(1)/usr/lib
$(1)/usr/share/elementary/themes
$(CP) $(PKG_INSTALL_DIR)/usr/lib/libelementary*.so* $(1)/usr/lib/
+ $(CP) $(PKG_INSTALL_DIR)/usr/share/elementary/themes/*.edj $(1)/usr/share/elementary/themes/
endef
$(eval $(call BuildPackage,elementary))