summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTimothée Ravier2014-03-19 02:25:42 +0100
committerNicolas Iooss2015-06-27 11:44:54 +0800
commit0cbf4c8f1946037c0e1d67225d36b2b9bd257a5c (patch)
treef101da7e225302bde295dfcffb9710a6e63edf73 /PKGBUILD
parentf406bb6dbf84d45bd750ee9bcc1e04369a76ffdb (diff)
downloadaur-0cbf4c8f1946037c0e1d67225d36b2b9bd257a5c.tar.gz
Minor long line fix
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4d12b431bc3b..67f09fd76f97 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,7 +15,8 @@ license=('BSD')
groups=('selinux')
depends=('bash' 'pam-selinux' 'acl' 'libselinux')
conflicts=("${pkgname/-selinux}" "selinux-${pkgname/-selinux}")
-provides=("${pkgname/-selinux}=${pkgver}-${pkgrel}" "selinux-${pkgname/-selinux}=${pkgver}-${pkgrel}")
+provides=("${pkgname/-selinux}=${pkgver}-${pkgrel}"
+ "selinux-${pkgname/-selinux}=${pkgver}-${pkgrel}")
backup=(etc/login.defs
etc/pam.d/{chage,passwd,shadow,useradd,usermod,userdel}
etc/pam.d/{chpasswd,newusers,groupadd,groupdel,groupmod}