diff options
author | James Meyer <james.meyer@operamail.com> | 2011-12-30 23:25:42 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2011-12-30 23:25:42 (GMT) |
commit | 3b20f86a8dd042de6271c30ad8a2a2fed773b9c9 (patch) | |
tree | d4ca391326d1e0b1f4789a06c0363bbae8b403eb /abs/core/certmaster/PKGBUILD | |
parent | 140d581c19341e7266a48169b89268e122563889 (diff) | |
download | linhes_pkgbuild-3b20f86a8dd042de6271c30ad8a2a2fed773b9c9.zip linhes_pkgbuild-3b20f86a8dd042de6271c30ad8a2a2fed773b9c9.tar.gz linhes_pkgbuild-3b20f86a8dd042de6271c30ad8a2a2fed773b9c9.tar.bz2 |
certmaster: acl_fix_fstab. Only add "acl" to ext3 and ext4. JFS,XFS,resierfs support acl but do not need the mount option
Diffstat (limited to 'abs/core/certmaster/PKGBUILD')
-rw-r--r-- | abs/core/certmaster/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/abs/core/certmaster/PKGBUILD b/abs/core/certmaster/PKGBUILD index 3ce72f7..367ca78 100644 --- a/abs/core/certmaster/PKGBUILD +++ b/abs/core/certmaster/PKGBUILD @@ -1,6 +1,6 @@ pkgname=certmaster pkgver=0.28 -pkgrel=1 +pkgrel=2 pkgdesc="certmaster" url="https://fedorahosted.org/certmaster/ " license="gpl" @@ -31,5 +31,5 @@ build() { md5sums=('f5acc9ff1efa34971296e26d794c5b35' '953ff601e5381b457383e7a3c4928192' 'be7bd532ae103ab3c0048980314b4fd9' - '214e34c095f6f29277197a2a6666f8b2' + 'cc9cdabcdfc969c2829b58c0e513488c' '6bc28ccd331a6c4c05e0a9c9755a848f') |