Commit 8ced3333421b3f86e1dcef0be56608babb4f5108
1 parent
9fb71758
Exists in
develop
Fixing bundle path.
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
macos/bundle
... | ... | @@ -137,7 +137,7 @@ cp "$(brew --prefix)/share/pw3270/colors.conf" "${res_path}" |
137 | 137 | echo "Bundling GLib schemas" |
138 | 138 | mkdir -p "${tmp}/schemas" |
139 | 139 | |
140 | -cp "$(brew --prefix)$(pkg-config gtk+-3.0 --variable=prefix)/share/glib-2.0/schemas/pw3270*.gschema.xml" "${tmp}/schemas" | |
140 | +cp "$(pkg-config gtk+-3.0 --variable=prefix)/share/glib-2.0/schemas/pw3270*.gschema.xml" "${tmp}/schemas" | |
141 | 141 | cp "$(pkg-config gtk+-3.0 --variable=prefix)/share/glib-2.0/schemas/org.gtk.Settings."*".gschema.xml" "${tmp}/schemas" |
142 | 142 | |
143 | 143 | glib-compile-schemas --targetdir="${res_path}" "${tmp}/schemas" | ... | ... |