summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGordian Edenhofer2015-08-21 09:58:09 +0200
committerGordian Edenhofer2015-08-21 09:58:09 +0200
commite2ce2b3ea6f9006163d3de5382ceae411af9930e (patch)
tree3fefd196222db7d25ba12774e2ee9ba3682337ae
parent9f876b41f257cc12468ceb51c9ed74a5321969bd (diff)
downloadaur-e2ce2b3ea6f9006163d3de5382ceae411af9930e.tar.gz
Configuring tmpfiles is unnecessary since make
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD7
2 files changed, 2 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 652fb0094ee2..65d07dca8fa9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -13,10 +13,8 @@ pkgbase = munge
optdepends = bzip2: bzip2 compression support
source = https://github.com/dun/munge/archive/munge-0.5.11.tar.gz
source = arch_munge.init
- source = munged-tmpfiles.conf
md5sums = 0b00f0a352f9619f205d41a31a2f3f80
md5sums = 668942f323275199d35db5a534d9a80e
- md5sums = b6e6a73c8a678777645ffcdb4b3e9d27
pkgname = munge
diff --git a/PKGBUILD b/PKGBUILD
index f7bdc982c40a..ddf31e48f261 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,11 +13,9 @@ optdepends=("zlib: zlib compression support"
"bzip2: bzip2 compression support")
install=$pkgname.install
source=("https://github.com/dun/munge/archive/$pkgname-$pkgver.tar.gz"
- "arch_munge.init"
- "munged-tmpfiles.conf")
+ "arch_munge.init")
md5sums=('0b00f0a352f9619f205d41a31a2f3f80'
- '668942f323275199d35db5a534d9a80e'
- 'b6e6a73c8a678777645ffcdb4b3e9d27')
+ '668942f323275199d35db5a534d9a80e')
build() {
cd "$srcdir/$pkgname-$pkgname-$pkgver"
@@ -41,7 +39,6 @@ package() {
rmdir $pkgdir/etc/init.d
install -D -m755 ../arch_munge.init $pkgdir/etc/rc.d/munge
- install -D -m644 ../munged-tmpfiles.conf $pkgdir/etc/tmpfiles.d/munged-tmpfiles.conf
# /usr/sbin is deprecated in arch, hence using /usr/bin
sed -i 's/\/usr\/sbin/\/usr\/bin/g' $pkgdir/usr/lib/systemd/system/munge.service