Index: ports/ninja/build.sh |
diff --git a/ports/ninja/build.sh b/ports/ninja/build.sh |
index 3d0544d7c865273ba3d6d8f7faa10ada8e3eab52..79e378d9eb4820abe9e860b34833542ff054bdad 100644 |
--- a/ports/ninja/build.sh |
+++ b/ports/ninja/build.sh |
@@ -42,12 +42,6 @@ TestStep() { |
} |
InstallStep() { |
- return |
-} |
- |
-PublishStep() { |
- MakeDir ${PUBLISH_DIR} |
- MakeDir ${PUBLISH_DIR}/${NACL_ARCH} |
- LogExecute cp ninja ${PUBLISH_DIR}/${NACL_ARCH}/ninja |
- PublishByArchForDevEnv |
+ MakeDir ${DESTDIR}${PREFIX}/bin |
+ LogExecute cp ninja ${DESTDIR}${PREFIX}/bin/ |
} |