diff options
Diffstat (limited to 'package/wccpd')
-rw-r--r-- | package/wccpd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/wccpd/Makefile b/package/wccpd/Makefile index 88c2efb9e..fd64ef46f 100644 --- a/package/wccpd/Makefile +++ b/package/wccpd/Makefile @@ -13,12 +13,12 @@ PKG_SITES:= ${MASTER_SITE_SOURCEFORGE:=wccpd/} include ${TOPDIR}/mk/package.mk -$(eval $(call PKG_template,WCCPD,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) +$(eval $(call PKG_template,WCCPD,wccpd,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) # uClibc setpgrp does not take arguments CONFIGURE_ENV+= ac_cv_func_setpgrp_void=yes -post-install: +wccpd-install: ${INSTALL_DIR} ${IDIR_WCCPD}/usr/sbin ${INSTALL_BIN} ${WRKINST}/usr/sbin/wccpd ${IDIR_WCCPD}/usr/sbin/ |