From 959250a08b155601ef3a0bee02d453a9babbcabd Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Fri, 3 Jan 2020 09:50:41 +0100 Subject: [PATCH] style: replace tabstops with spaces --- PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PKGBUILD b/PKGBUILD index 4a733e8..787325c 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -21,4 +21,4 @@ build() { package() { install -Dm4755 "${srcdir}/${pkgname}/bin/linux/amd64/flucky" "${pkgdir}/usr/bin/flucky" install -Dm644 "${srcdir}/${pkgname}/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" -} \ No newline at end of file +}