Skip to content

Commit

Permalink
Packaging: Fix syntax error in package_and_sign.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
russellhancox committed Oct 22, 2021
1 parent 3702af0 commit 6865f11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Conf/Package/package_and_sign.sh
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ echo "creating kext pkg"
/usr/bin/pkgbuild --identifier "com.google.santa-driver" \
--version "$(echo "${RELEASE_NAME}" | cut -d - -f2)" \
--root "${KEXT_PKG_ROOT}" \
--component-plist "${SCRATCH{/component.plist" \
--component-plist "${SCRATCH}/component.plist" \
"${SCRATCH}/kext.pkg"

# Build signed distribution package
Expand Down

0 comments on commit 6865f11

Please sign in to comment.