Fix FreeBSD pkg conf file

This commit is contained in:
Denys Havrysh 2016-02-28 11:32:31 +02:00
parent 903f5c5551
commit d762a7336e

View file

@ -4083,8 +4083,8 @@ __configure_freebsd_pkg_details() {
echo "FreeBSD:{"
echo " url: \"${PKGCONFURL}\","
echo " mirror_type: \"srv\","
echo " signature_type: "fingerprints",
echo " fingerprints: "/usr/share/keys/pkg",
echo " signature_type: \"fingerprints\","
echo " fingerprints: \"/usr/share/keys/pkg\","
echo " enabled: true"
echo "}"
} > $conf_file