Commit 93d65e098a0508b643a8f0c422f6a8ccf3dd9dbd
1 parent
8596456f
Exists in
develop
Debugging winpkg.
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
win/makeruntime.sh.in
... | ... | @@ -201,7 +201,7 @@ install_schemas() { |
201 | 201 | |
202 | 202 | for schema in ${schemas} |
203 | 203 | do |
204 | - cp -v "${prefix}/share/glib-2.0/schemas" "${buildroot}${prefix}/share/glib-2.0/schemas" | |
204 | + cp -v "${prefix}/share/glib-2.0/schemas/${schema}" "${buildroot}${prefix}/share/glib-2.0/schemas" | |
205 | 205 | if [ "$?" != "0" ]; then |
206 | 206 | exit -1 |
207 | 207 | fi | ... | ... |