summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJonathan Steel2015-07-24 13:51:58 +0100
committerJonathan Steel2015-07-24 13:51:58 +0100
commit99926984a9ac62040664ffe02c3b5705e37a4391 (patch)
treec6ac08e09a3732b7ab1077ea9937aa5419100be9 /PKGBUILD
parent1d41922afa62b210d347796b83f95939c3301b5d (diff)
downloadaur-99926984a9ac62040664ffe02c3b5705e37a4391.tar.gz
Use default run location
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0783b1718fcc..fa2dc52df7a4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=puppetserver
pkgver=2.1.1
-pkgrel=5
+pkgrel=6
pkgdesc="Server automation framework and application"
arch=('any')
url="https://docs.puppetlabs.com/puppetserver/latest/services_master_puppetserver.html"
@@ -29,7 +29,6 @@ prepare() {
sed -i 's:sysconfig:default:' ext/redhat/puppetserver.service
sed -i "s:/opt/puppetlabs/puppet/lib/ruby/vendor_ruby:$( ruby -e \
'puts RbConfig::CONFIG["vendorlibdir"]' ):" ext/config/conf.d/$pkgname.conf
- sed -i "s:run/puppetlabs:run/puppet:" ext/config/conf.d/$pkgname.conf
}
package() {