summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authormtunique2017-03-22 16:31:54 +0000
committermtunique2017-03-22 16:31:54 +0000
commit16da8c5265f78d790463b39b51de0ca148a29ef4 (patch)
tree1fd1731b5a2d539cb335e0018e31a752d63f3640 /PKGBUILD
parent0a1eb196782c8555730d809c7382d0ed173f02eb (diff)
downloadaur-16da8c5265f78d790463b39b51de0ca148a29ef4.tar.gz
fix bug
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e40f98ee8270..2cc20f8d43f6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,8 +16,8 @@ source=("http://www-us.apache.org/dist/flink/flink-1.2.0/flink-${pkgver}-bin-had
"apache-flink-jobmanager.service"
"apache-flink-taskmanager@.service")
md5sums=("792225bf4256b8ae2b2d9582a505c41c"
- "ee79b5786f48bd30b6e2f717e42abe5a"
- "b5da15654a4bfaa1806cd9befb1cb0e4")
+ "d44f0d5c4af36313b405115168bc48c3"
+ "76146d287e355b8fae843858e8233608")
backup=(
"etc/${pkgname}/flink-conf.yaml"
"etc/${pkgname}/log4j-cli.properties"
@@ -39,7 +39,7 @@ prepare() {
package() {
cd "$srcdir/flink-${pkgver}"
- install -d "$pkgdir/usr/bin" "$pkgdir/opt" "$pkgdir/var/log/apache-flink"
+ install -d "$pkgdir/usr/bin" "$pkgdir/opt" "$pkgdir/var/log/apache-flink" "$pkgdir/run/apache-flink"
cp -r "$srcdir/flink-${pkgver}" "$pkgdir/opt/apache-flink/"