]> git.apps.os.sepia.ceph.com Git - autobuild-ceph.git/commitdiff
build-ceph-cmake.sh: fix
authorSage Weil <sage@redhat.com>
Fri, 4 Sep 2015 02:27:13 +0000 (22:27 -0400)
committerSage Weil <sage@redhat.com>
Fri, 4 Sep 2015 02:27:13 +0000 (22:27 -0400)
Signed-off-by: Sage Weil <sage@redhat.com>
build-ceph-cmake.sh

index 56702784db62f347ba7f7ce75127a91f667c6678..5b61b2c22c4ed13e6791d3da4547a096dd30b908 100755 (executable)
@@ -62,6 +62,7 @@ tar czf "$OUTDIR_TMP/ceph.$MACH.tgz" -C "$INSTDIR" .
 rm -rf -- "$INSTDIR"
 
 # put our temp files inside .git/ so ls-files doesn't see them
+cd ..
 git ls-files --modified >.git/modified-files
 if [ -s .git/modified-files ]; then
     rm -rf "$OUTDIR_TMP"