mirror of
https://github.com/opnsense/plugins.git
synced 2026-05-28 04:34:15 -04:00
Framework: try to install missing packages on package target
This commit is contained in:
parent
e67c481392
commit
22dbe9eacd
1 changed files with 2 additions and 0 deletions
|
|
@ -201,7 +201,9 @@ PKGDIR?=${WRKDIR}/pkg
|
|||
package: check
|
||||
@rm -rf ${WRKSRC}
|
||||
@mkdir -p ${WRKSRC} ${PKGDIR}
|
||||
@${PKG} install -yA ${PLUGIN_DEPENDS}
|
||||
@${MAKE} DESTDIR=${WRKSRC} FLAVOUR=${FLAVOUR} metadata
|
||||
@${PKG} autoremove -y
|
||||
@${MAKE} DESTDIR=${WRKSRC} FLAVOUR=${FLAVOUR} install
|
||||
@${PKG} create -v -m ${WRKSRC} -r ${WRKSRC} \
|
||||
-p ${WRKSRC}/plist -o ${PKGDIR}
|
||||
|
|
|
|||
Loading…
Reference in a new issue