1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 11:47:34 +00:00

Ports: Consistently indent with four spaces

This commit is contained in:
Linus Groh 2021-04-20 18:29:35 +02:00
parent 899698c317
commit 09f8d52b00
5 changed files with 22 additions and 22 deletions

View file

@ -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"
}