Skip to content

Commit

Permalink
find "${PREFIX}/lib" -name 'libbreezeenhancedcommon5*' -exec cp ...
Browse files Browse the repository at this point in the history
  • Loading branch information
probonopd authored Sep 23, 2023
1 parent dfd0246 commit 7e6ead1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makebundle.sh
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ chmod +x ./KWin.app/KWin
# FIXME: Is there a way to tell KWin to use BreezeEnhanced via an environment variable?
mkdir -p ./KWin.app/Resources/plugins/org.kde.kdecoration2/
cp "${path}/qt5/plugins/org.kde.kdecoration2/breezeenhanced.so ./KWin.app/Resources/plugins/org.kde.kdecoration2/
cp "${PREFIX}/lib/libbreezeenhancedcommon5.so* ./KWin.app/Resources/lib
find "${PREFIX}/lib" -name 'libbreezeenhancedcommon5*' -exec cp {} ./KWin.app/Resources/lib/ \;
# Bundle libkwinxrenderutils
cp "${path}/libkwinxrenderutils.so* ./KWin.app/Resources/lib
Expand Down

0 comments on commit 7e6ead1

Please sign in to comment.