Skip to content

Commit

Permalink
Change name of temp directory
Browse files Browse the repository at this point in the history
Added Umask support to unix
  • Loading branch information
reedacartwright committed Apr 9, 2013
1 parent 85f2616 commit ecab3cf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions releng/build-rel-unix.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@

CMAKE=cmake

umask 077

# Process command line arguments
build_toolchain=
while getopts t: name; do
Expand Down
2 changes: 1 addition & 1 deletion releng/releng.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ else()
endif()

string(RANDOM TMP)
set(RELENG_DIR "${TMPDIR}/SPAGeDi-temp/${TMP}/")
set(RELENG_DIR "${TMPDIR}/spagedi-releng-${TMP}/")

message(STATUS "Using ${RELENG_DIR} to build packages ...")
file(MAKE_DIRECTORY "${RELENG_DIR}")
Expand Down

0 comments on commit ecab3cf

Please sign in to comment.