[packages] nzbgetweb: fix config file install

git-svn-id: svn://svn.openwrt.org/openwrt/packages@18908 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nico 2009-12-23 20:40:36 +00:00
parent cba9967834
commit 01eb5d93a9

View File

@ -42,7 +42,7 @@ define Package/nzbgetweb/install
$(CP) $(PKG_BUILD_DIR)/ChangeLog $(1)/www/nzbgetweb/
$(CP) $(PKG_BUILD_DIR)/images $(1)/www/nzbgetweb/
$(INSTALL_DIR) $(1)/etc
$(INSTALL_DATA) ./files/httpd.conf /etc/httpd,conf
$(INSTALL_DATA) ./files/httpd.conf $(1)/etc/httpd.conf
endef
$(eval $(call BuildPackage,nzbgetweb))