[pisa-src] r2727 - trunk/openwrt/package/pisa/Makefile

  • From: Christoph Viethen <christoph.viethen@xxxxxxxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Sun, 28 Aug 2011 22:39:14 +0200

Author: viethen
Date: Sun Aug 28 22:39:11 2011
New Revision: 2727

Log:
make sure pisasdconf gets included in pisa-server-daemon package
for OpenWrt;
add correct maintainer information to PiSA packages for OpenWrt

Modified:
   trunk/openwrt/package/pisa/Makefile

Modified: trunk/openwrt/package/pisa/Makefile
==============================================================================
--- trunk/openwrt/package/pisa/Makefile Wed Aug 24 18:51:17 2011        (r2726)
+++ trunk/openwrt/package/pisa/Makefile Sun Aug 28 22:39:11 2011        (r2727)
@@ -17,6 +17,7 @@
     CATEGORY:=Network
     TITLE:=Peer-to-peer Internet Wi-Fi Sharing System
     URL:=http://localhost/
+    MAINTAINER:=PiSA Developers Team <pisa@xxxxxxxxxxxxx>
 endef
 
 define Package/pisa/Default/description
@@ -89,9 +90,11 @@
        $(INSTALL_DIR) $(1)/etc/init.d
        $(INSTALL_DIR) $(1)/etc/pisa/
        $(INSTALL_DIR) $(1)/usr/sbin/
+       $(INSTALL_DIR) $(1)/usr/bin/
        $(INSTALL_BIN) ./files/pisasd.init $(1)/etc/init.d/pisasd
        $(INSTALL_DATA) $(PKG_INSTALL_DIR)/etc/pisa/pisasd.conf 
$(1)/etc/pisa/pisasd.conf
        $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/pisasd $(1)/usr/sbin/
+       $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/pisasdconf $(1)/usr/bin/
 endef
 
 $(eval $(call BuildPackage,libpisa))
-- 
This is the pisa developer mailing list. Please also subscribe to the main pisa 
list at:
//www.freelists.org/list/pisa

Other related posts:

  • » [pisa-src] r2727 - trunk/openwrt/package/pisa/Makefile - Christoph Viethen