Chromium Code Reviews| Index: ports/xkbcomp/build.sh |
| diff --git a/ports/xkbcomp/build.sh b/ports/xkbcomp/build.sh |
| index 0b5693412b49897a121b9de747d707c7a0323557..31a20e3af1f8547f16c55b4320efd21ef3b519d1 100644 |
| --- a/ports/xkbcomp/build.sh |
| +++ b/ports/xkbcomp/build.sh |
| @@ -13,9 +13,6 @@ if [ "${NACL_LIBC}" = "newlib" ]; then |
| fi |
| InstallStep() { |
| - return |
| -} |
| - |
| -PublishStep() { |
| - PublishByArchForDevEnv |
| + DefaultInstallStep |
| + LogExecute mv ${DESTDIR}/share ${DESTDIR}${PREFIX}/ |
| } |