From ae15137f1cc67d8543b08a55d938aba2dbbe2068 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Thu, 3 Sep 2015 16:02:13 -0400 Subject: [PATCH] build-ceph-cmake.sh: fix make install step Signed-off-by: Sage Weil --- build-ceph-cmake.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-ceph-cmake.sh b/build-ceph-cmake.sh index ec262ff..5670278 100755 --- a/build-ceph-cmake.sh +++ b/build-ceph-cmake.sh @@ -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" -- 2.39.5