Skip to content

Commit

Permalink
remove the BUILD_DIR/outputfs directory (contains $NETFS_PREFIX dir)
Browse files Browse the repository at this point in the history
close #298
  • Loading branch information
gdha committed Sep 12, 2013
1 parent 38bb783 commit 28578f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions usr/share/rear/lib/framework-functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ function cleanup_build_area_and_end_program() {
Log "Removing build area $BUILD_DIR"
rm -Rf $TMP_DIR
rm -Rf $ROOTFS_DIR
rm -Rf $BUILD_DIR/outputfs
rmdir $v $BUILD_DIR >&2
fi
Log "End of program reached"
Expand Down

0 comments on commit 28578f5

Please sign in to comment.