mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-13 16:14:40 +00:00
make: just fetch required sample.ucl for package build
Checking out a ports tree seems to be a bit over the top.
This commit is contained in:
parent
1d0bc197cd
commit
ebf6cef800
5
Makefile
5
Makefile
@ -186,6 +186,11 @@ package: force
|
||||
@if [ -f ${WRKDIR}/.mount_done ]; then \
|
||||
echo "Cannot continue with live mount"; exit 1; \
|
||||
fi
|
||||
@if [ ! -f /usr/ports/Keywords/sample.ucl ]; then \
|
||||
mkdir -p /usr/ports/Keywords; \
|
||||
cd /usr/ports/Keywords; \
|
||||
fetch -q https://raw.githubusercontent.com/opnsense/ports/master/Keywords/sample.ucl; \
|
||||
fi
|
||||
@${PKG} info gettext-tools > /dev/null
|
||||
@${PKG} info git > /dev/null
|
||||
@rm -rf ${WRKSRC} ${PKGDIR}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user