tint2: Use custom config file. This enables launcher and multidesktop support.
[openwrt/svn-archive/feeds.git] / desktop / apps / tint2 / Makefile
index 54a781d075cfa84fc256e35f2b45294f302b8e54..ee611021580a0d443f00f4654456671141e2bfe4 100644 (file)
@@ -72,7 +72,7 @@ endef
 
 define Package/tint2/install
        $(INSTALL_DIR) $(1)/usr/bin $(1)/usr/share $(1)/etc/xdg/tint2
-       $(CP) $(PKG_INSTALL_DIR)/etc/xdg/tint2/* $(1)/etc/xdg/tint2/
+       $(CP) ./files/tint2rc $(1)/etc/xdg/tint2/
        $(CP) $(PKG_INSTALL_DIR)/usr/bin/* $(1)/usr/bin/
        $(CP) $(PKG_INSTALL_DIR)/usr/share/* $(1)/usr/share/
 endef