Create data directory
This commit is contained in:
parent
d09c2d6b2e
commit
6501303448
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ install -d -m 700 -o $TARGET_USER -g $TARGET_GROUP $TARGET_DIR || exit 1
|
||||||
|
|
||||||
# Create subdirectories.
|
# Create subdirectories.
|
||||||
install -d -o $TARGET_USER -g $TARGET_GROUP $TARGET_DIR/bin
|
install -d -o $TARGET_USER -g $TARGET_GROUP $TARGET_DIR/bin
|
||||||
|
install -d -o $TARGET_USER -g $TARGET_GROUP $TARGET_DIR/data
|
||||||
install -d -o $TARGET_USER -g $TARGET_GROUP $TARGET_DIR/doc
|
install -d -o $TARGET_USER -g $TARGET_GROUP $TARGET_DIR/doc
|
||||||
install -d -o $TARGET_USER -g $TARGET_GROUP $TARGET_DIR/etc
|
install -d -o $TARGET_USER -g $TARGET_GROUP $TARGET_DIR/etc
|
||||||
install -d -o $TARGET_USER -g $TARGET_GROUP $TARGET_DIR/lib
|
install -d -o $TARGET_USER -g $TARGET_GROUP $TARGET_DIR/lib
|
||||||
|
|
Loading…
Reference in a new issue