1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 12:27:36 +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

@ -9,10 +9,10 @@ useconfigure=true
configopts="--prefix=/usr/local --disable-utmp --sysconfdir=/etc/ssh --with-ssl-dir=${SERENITY_INSTALL_ROOT}/usr/local/lib"
pre_configure() {
run autoreconf
run autoreconf
}
install() {
# Can't make keys outside of Serenity since ssh-keygen is built for Serenity.
run make DESTDIR="${SERENITY_INSTALL_ROOT}" $installopts install-nokeys
# Can't make keys outside of Serenity since ssh-keygen is built for Serenity.
run make DESTDIR="${SERENITY_INSTALL_ROOT}" $installopts install-nokeys
}