mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-04-24 11:41:15 -03:00
Mac package: pass -f when deleting the temp directory
CMake's FetchContent package will check out a git repo and leave permissions as read-only, causing rm to fail. Pass -f so that rm will succeed.
This commit is contained in:
@@ -40,4 +40,4 @@ productsign --sign "${MAC_PRODUCTSIGN_ID}" "$OUTPUT_PATH/fish-$VERSION.pkg" "$OU
|
||||
# Make the app
|
||||
{ cd "$PKGDIR/build" && make -j 12 signed_fish_macapp && zip -r "$OUTPUT_PATH/fish-$VERSION.app.zip" fish.app; }
|
||||
|
||||
rm -r "$PKGDIR"
|
||||
rm -rf "$PKGDIR"
|
||||
|
||||
Reference in New Issue
Block a user