]> git.apps.os.sepia.ceph.com Git - autobuild-ceph.git/commitdiff
build-ceph-cmake.sh: fix make install step
authorSage Weil <sage@redhat.com>
Thu, 3 Sep 2015 20:02:13 +0000 (16:02 -0400)
committerSage Weil <sage@redhat.com>
Thu, 3 Sep 2015 20:02:13 +0000 (16:02 -0400)
Signed-off-by: Sage Weil <sage@redhat.com>
build-ceph-cmake.sh

index ec262fffab1b92cca52985c786d3b210c7abd8f3..56702784db62f347ba7f7ce75127a91f667c6678 100755 (executable)
@@ -57,7 +57,7 @@ printf '%s\n' "$REV" >"$OUTDIR_TMP/sha1"
 MACH="$(uname -m)"
 INSTDIR="inst.tmp"
 [ ! -e "$INSTDIR" ]
-../maxtime 1800 ionice -c3 nice -n20 make install DESTDIR="$PWD/$INSTDIR"
+../../maxtime 1800 ionice -c3 nice -n20 make install DESTDIR="$PWD/$INSTDIR"
 tar czf "$OUTDIR_TMP/ceph.$MACH.tgz" -C "$INSTDIR" .
 rm -rf -- "$INSTDIR"