From 4c00e6412928906cb79f27d03cae6f1d3913e7f1 Mon Sep 17 00:00:00 2001 From: Mirko Vogt Date: Mon, 22 Jun 2009 13:38:41 +0000 Subject: [PATCH] make init script executable on target, fix category name SVN-Revision: 16540 --- phone/fso-gpsd/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/phone/fso-gpsd/Makefile b/phone/fso-gpsd/Makefile index 226f723..0fea283 100644 --- a/phone/fso-gpsd/Makefile +++ b/phone/fso-gpsd/Makefile @@ -33,7 +33,7 @@ TARGET_LDFLAGS += \ define Package/fso-gpsd SECTION:=phone - CATEGORY:=phone + CATEGORY:=Phone TITLE:=FSO gps daemon URL:=http://freesmartphone.org DEPENDS:=fso-frameworkd @@ -50,8 +50,8 @@ endef define Package/fso-gpsd/install $(INSTALL_DIR) $(1)/usr/sbin $(1)/etc/init.d - $(CP) $(PKG_INSTALL_DIR)/usr/sbin/fso-gpsd $(1)/usr/sbin/ - $(CP) ./files/fso-gpsd.init $(1)/etc/init.d/fso-gpsd + $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/fso-gpsd $(1)/usr/sbin/ + $(INSTALL_BIN) ./files/fso-gpsd.init $(1)/etc/init.d/fso-gpsd endef $(eval $(call BuildPackage,fso-gpsd)) -- 2.30.2