* make-package: Fixed problem where the building without
specifying build directory fails.
This commit is contained in:
parent
26a086c6a4
commit
cbcf7a8e45
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2003-01-14 Steven Tamm <steventamm@mac.com>
|
||||
|
||||
* make-package: Fixed problem where the building without
|
||||
specifying build directory fails.
|
||||
|
||||
2003-01-07 Steven Tamm <steventamm@mac.com>
|
||||
|
||||
* INSTALL: Added documentation about --enable-carbon-app and
|
||||
|
|
|
@ -239,6 +239,7 @@ if test "$build_in_place" = "no"; then
|
|||
tempbuild="make-package.build.$$"
|
||||
builddir="`pwd`/${tempbuild}"
|
||||
removable_build_dir=${builddir}
|
||||
mkdir -p ${builddir}
|
||||
;;
|
||||
[\\/]* | ?:[\\/]* ) #Absolutepath.
|
||||
mkdir -p ${builddir}
|
||||
|
@ -331,7 +332,7 @@ fi
|
|||
|
||||
echo "Creating Package Info file"
|
||||
|
||||
mkdir ${packagedir}
|
||||
mkdir -p ${packagedir}
|
||||
mkdir ${packagedir}/Contents
|
||||
mkdir ${packagedir}/Contents/Resources
|
||||
mkdir ${packagedir}/Contents/Resources/English.lproj
|
||||
|
|
Loading…
Add table
Reference in a new issue