Skip to content

Commit

Permalink
Fixed pixbuf loader cache hack to account for upstream changes
Browse files Browse the repository at this point in the history
As upstream no longer inserts an @executable_path in here.
  • Loading branch information
Drew Holzworth committed Mar 23, 2022
1 parent 401d5cd commit d296636
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ popd
# Hack to fix paths in modules and pixbuf loader caches.
fixpath() {
# (Mac sed is not GNU sed...)
sed -i -e 's/@executable_path\/..\/Resources/@executable_path\/..\/..\/Resources/' $@
sed -i -e 's/Resources/..\/Resources/' $@
}
fixpath "$bundle_out/lib/gtk-3.0/3.0.0/immodules.cache"
fixpath "$bundle_out/lib/gdk-pixbuf-2.0/2.10.0/loaders.cache"
Expand Down

0 comments on commit d296636

Please sign in to comment.