summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Iooss2015-01-07 16:59:55 +0100
committerNicolas Iooss2015-01-07 16:59:56 +0100
commit01e013f1b9df790d67a89934d5d34ad24f5e400a (patch)
treefa04693db318b0b7a50ea6bb4d66c0ecb8a72c6d
parent369ee655a0bcb07a8ba4fb5ae48d764b4ec49e6c (diff)
downloadaur-01e013f1b9df790d67a89934d5d34ad24f5e400a.tar.gz
cronie-selinux: fix license directory name
No pkgrel bump
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6e6890a2d96b..6b498f2c0861 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -67,5 +67,5 @@ package() {
install -Dm644 contrib/0hourly "${pkgdir}"/etc/cron.d/0hourly
install -Dm755 contrib/0anacron "${pkgdir}"/etc/cron.hourly/0anacron
- install -Dm644 COPYING "${pkgdir}"/usr/share/licenses/cronie/COPYING
+ install -Dm644 COPYING "${pkgdir}"/usr/share/licenses/${pkgname}/COPYING
}