Use the newly added INSTALL_CONF variable

git-svn-id: svn://svn.openwrt.org/openwrt/packages@5980 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian
2007-01-05 15:24:20 +00:00
parent 54ebfb36e2
commit 58fc252380
10 changed files with 13 additions and 13 deletions

View File

@ -48,7 +48,7 @@ define Package/psybnc/install
$(INSTALL_BIN) $(PKG_BUILD_DIR)/psybnc.sh $(1)/usr/sbin/psybnc
$(INSTALL_DIR) $(1)/usr/share/psybnc
$(INSTALL_BIN) $(PKG_BUILD_DIR)/psybnc $(1)/usr/share/psybnc/
install -m0600 $(PKG_BUILD_DIR)/psybnc.conf $(1)/usr/share/psybnc/
$(INSTALL_CONF) $(PKG_BUILD_DIR)/psybnc.conf $(1)/usr/share/psybnc/
$(INSTALL_DIR) $(1)/usr/share/psybnc/lang
$(INSTALL_DATA) $(PKG_BUILD_DIR)/lang/english.lng $(1)/usr/share/psybnc/lang/
endef