X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=Xorg%2Fapp%2Fxterm%2FMakefile;h=81edaa2ee1848551896254e0497162c044c3db5f;hp=cbed340a22c03e5da2a511954309fc3481d5227d;hb=3d913f32ea900d21878c0b2e318f00b6cfb5e4ec;hpb=8b06fb6a4af8e89742cc769d40cdd24069ff3bef diff --git a/Xorg/app/xterm/Makefile b/Xorg/app/xterm/Makefile index cbed340a22..81edaa2ee1 100644 --- a/Xorg/app/xterm/Makefile +++ b/Xorg/app/xterm/Makefile @@ -39,9 +39,11 @@ define Build/Configure endef define Package/xterm/install - $(INSTALL_DIR) $(1)/usr/ + $(INSTALL_DIR) $(1)/usr/ $(1)/usr/share/applications $(1)/usr/share/icons $(CP) $(PKG_INSTALL_DIR)/usr/bin $(1)/usr/ $(CP) $(PKG_INSTALL_DIR)/usr/lib $(1)/usr/ + $(CP) ./files/xterm.desktop $(1)/usr/share/applications/ + $(CP) ./files/terminal.png $(1)/usr/share/icons/ endef $(eval $(call BuildPackage,xterm))