summaryrefslogtreecommitdiff
path: root/Ports/hatari/package.sh
diff options
context:
space:
mode:
authorLinus Groh <mail@linusgroh.de>2021-04-20 18:29:35 +0200
committerLinus Groh <mail@linusgroh.de>2021-04-20 18:38:13 +0200
commit09f8d52b002ec5e3abc23d04eec8eefde86734e6 (patch)
tree8414eed7c0f9492dede00f34654a930d4544a70e /Ports/hatari/package.sh
parent899698c31733cd0c4649c0e6ea7ee9059e25ae8b (diff)
downloadserenity-09f8d52b002ec5e3abc23d04eec8eefde86734e6.zip
Ports: Consistently indent with four spaces
Diffstat (limited to 'Ports/hatari/package.sh')
-rwxr-xr-xPorts/hatari/package.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/Ports/hatari/package.sh b/Ports/hatari/package.sh
index aaec604194..4fa2186c25 100755
--- a/Ports/hatari/package.sh
+++ b/Ports/hatari/package.sh
@@ -10,7 +10,7 @@ files="https://github.com/hatari/hatari/archive/${commit}.tar.gz ${commit}.tar.g
auth_type=md5
configure() {
- run cmake $configopts
+ run cmake $configopts
}
install() {