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:
parent
899698c317
commit
09f8d52b00
5 changed files with 22 additions and 22 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue