fix various compile issues

git-svn-id: svn://svn.openwrt.org/openwrt/packages@4764 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
mbm 2006-09-06 18:08:06 +00:00
parent 533bac090e
commit 00865412a8

View File

@ -44,13 +44,14 @@ define Build/Compile
mkdir -p $(PKG_INSTALL_DIR)
$(MAKE) -C $(PKG_BUILD_DIR) \
DESTDIR="$(PKG_INSTALL_DIR)" \
SUBDIRS="src scripts contrib" \
all install
endef
define Package/siproxd/install
install -d -m0755 $(1)/etc
$(CP) $(PKG_INSTALL_DIR)/etc/siproxd.conf.example $(1)/etc/siproxd.conf
$(CP) $(PKG_INSTALL_DIR)/etc/siproxd_passwd.cfg $(1)/etc/
$(CP) $(PKG_BUILD_DIR)/doc/siproxd.conf.example $(1)/etc/siproxd.conf
$(CP) $(PKG_BUILD_DIR)/doc/siproxd_passwd.cfg $(1)/etc/
install -d -m0755 $(1)/etc/init.d
install -m0755 files/siproxd.init $(1)/etc/init.d/siproxd
install -d -m0755 $(1)/usr/sbin