Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
Fix typo in pkg2ng
Baptiste Daroussin committed 15 years ago
commit 0297d9a49cb33b8efea2c7e38527c29d05486d73
parent 031f6903c5aa67ed8a3b3a6bbcdfaf0d9ba9aa74
1 file changed +1 -1
modified ports/pkg2ng
@@ -38,7 +38,7 @@ do
		echo "@dep ${dep%-*} ${deporigin} ${dep##*-}" >> ${MANIFEST}
	done
	egrep -v "^@[pkgdep|ignore|conflicts]" ${DB}/+CONTENTS >> ${PLIST}
-
	awk '/^@conflicts/ { print "@conflict $2" }' ${DB}/+CONTENTS >> ${MANIFEST}
+
	awk '/^@conflicts/ { print "@conflict "$2 }' ${DB}/+CONTENTS >> ${MANIFEST}

	OPTIONS=""