From fd18d7e7200f2902ad235f39c86b721703958d2b Mon Sep 17 00:00:00 2001 From: Bart Ribbers Date: Mon, 6 Jan 2020 10:33:31 +0100 Subject: [PATCH] main/postmarketos-splash: fix linting issues (!872) [ci:skip-vercheck] --- main/postmarketos-splash/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/postmarketos-splash/APKBUILD b/main/postmarketos-splash/APKBUILD index 9ad625830..2eef6f5f4 100644 --- a/main/postmarketos-splash/APKBUILD +++ b/main/postmarketos-splash/APKBUILD @@ -15,7 +15,7 @@ options="!check" # No tests package() { install -D -m755 make-splash.py \ - "$pkgdir"/usr/bin/pmos-make-splash + "$pkgdir"/usr/bin/pmos-make-splash install -D -m644 "$srcdir"/config.ini \ "$pkgdir"/etc/postmarketos/splash.ini install -D -m644 "$srcdir"/pmos.ttf \