Skip to content

Commit

Permalink
Remove non-existent file in the new KF5 SDK snap
Browse files Browse the repository at this point in the history
  • Loading branch information
furgo16 committed Feb 6, 2025
1 parent 725265e commit 2104d61
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -248,9 +248,6 @@ parts:
- elmerfem-csc # FEM
- openscad # OpenSCAD
override-build: |
kde_sdk_dir="/snap/kf5-core22-sdk/current"
mkdir -p /etc/xdg/qtchooser
cp "$kde_sdk_dir/etc/xdg/qtchooser/default.conf" "/etc/xdg/qtchooser/default.conf"
SHIBOKEN_BIN_PATH="/workspace/usr/bin/shiboken2"
if [ ! -e $SHIBOKEN_BIN_PATH ]; then
mkdir -p "$(dirname "${SHIBOKEN_BIN_PATH}")"
Expand Down

0 comments on commit 2104d61

Please sign in to comment.