mirror of
https://github.com/kaboomserver/buildpack.git
synced 2025-08-05 20:02:52 +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
|
# Build dtach for running server in background
|
||||||
|
|
||||||
cd src/detach*
|
cd src/dtach*
|
||||||
./configure
|
./configure
|
||||||
make
|
make
|
||||||
mkdir $BUILD_DIR/detach/bin/
|
mkdir $BUILD_DIR/dtach/bin/
|
||||||
mv detach $BUILD_DIR/detach/bin/
|
mv dtach $BUILD_DIR/dtach/bin/
|
||||||
|
|
||||||
# Set up scripts
|
# Set up scripts
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue