mirror of
https://github.com/kaboomserver/buildpack.git
synced 2025-08-03 19:05:37 +00:00
Fix spelling mistake
This commit is contained in:
parent
b15c1caea4
commit
4e8acd723a
1 changed files with 3 additions and 3 deletions
|
@ -4,11 +4,11 @@ BUILD_DIR=$1
|
|||
|
||||
# Build dtach for running server in background
|
||||
|
||||
cd src/detach*
|
||||
cd src/dtach*
|
||||
./configure
|
||||
make
|
||||
mkdir $BUILD_DIR/detach/bin/
|
||||
mv detach $BUILD_DIR/detach/bin/
|
||||
mkdir $BUILD_DIR/dtach/bin/
|
||||
mv dtach $BUILD_DIR/dtach/bin/
|
||||
|
||||
# Set up scripts
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue