HBSD: Resolve merge conflict

Signed-off-by:	Shawn Webb <shawn.webb@hardenedbsd.org>
This commit is contained in:
Shawn Webb 2024-08-27 00:19:07 +00:00
parent ad83a99002
commit 3ed35b9336
No known key found for this signature in database

View File

@ -136,11 +136,7 @@ main() {
echo 'deps: {' >> ${uclfile}
for dep in ${pkgdeps}; do
cat <<EOF >> ${uclfile}
<<<<<<< HEAD
%PKG_NAME_PREFIX%-${dep}: {
=======
${PKG_NAME_PREFIX}-${dep}: {
>>>>>>> internal/freebsd/current/main
origin: "base",
version: "${PKG_VERSION}"
}