mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 01:17:46 +00:00
Ports: Consistently indent with four spaces
This commit is contained in:
parent
899698c317
commit
09f8d52b00
5 changed files with 22 additions and 22 deletions
|
@ -13,6 +13,6 @@ configure() {
|
|||
}
|
||||
|
||||
install() {
|
||||
mkdir -p "${SERENITY_INSTALL_ROOT}/home/anon/c-ray"
|
||||
cp -r "${port}-${version}"/* "${SERENITY_INSTALL_ROOT}/home/anon/c-ray"
|
||||
mkdir -p "${SERENITY_INSTALL_ROOT}/home/anon/c-ray"
|
||||
cp -r "${port}-${version}"/* "${SERENITY_INSTALL_ROOT}/home/anon/c-ray"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue