aboutsummaryrefslogtreecommitdiffstats
path: root/testing/h2o
diff options
context:
space:
mode:
authorBennett Goble <nivardus@gmail.com>2015-07-05 09:31:55 -0400
committerFrancesco Colista <fcolista@alpinelinux.org>2015-07-07 06:33:14 +0000
commit5928778fc1af36c5994f7cce56b3c10de05b882f (patch)
tree5dac4d69fe284c47b0f8139e87dba0180e876de1 /testing/h2o
parentba99a9cb7fe4621e3f22b6bd9724e572987fc2ed (diff)
downloadaports-5928778fc1af36c5994f7cce56b3c10de05b882f.tar.bz2
aports-5928778fc1af36c5994f7cce56b3c10de05b882f.tar.xz
testing/h2o: Corrected mistake in pre-install
Diffstat (limited to 'testing/h2o')
-rw-r--r--testing/h2o/APKBUILD2
-rwxr-xr-xtesting/h2o/h2o.pre-install2
2 files changed, 2 insertions, 2 deletions
diff --git a/testing/h2o/APKBUILD b/testing/h2o/APKBUILD
index 2d644f5aa2..21cb0a3532 100644
--- a/testing/h2o/APKBUILD
+++ b/testing/h2o/APKBUILD
@@ -3,7 +3,7 @@
pkgname=h2o
pkgver=1.3.1
-pkgrel=0
+pkgrel=1
pkgdesc="An optimized HTTP/1, HTTP/2 server written in C"
url="https://h2o.examp1e.net"
arch="all"
diff --git a/testing/h2o/h2o.pre-install b/testing/h2o/h2o.pre-install
index 11474f5afe..7fc8104e18 100755
--- a/testing/h2o/h2o.pre-install
+++ b/testing/h2o/h2o.pre-install
@@ -2,6 +2,6 @@
adduser -s /sbin/nologin -h /var/www -D -S -H h2o 2>/dev/null
addgroup -g 82 -S www-data 2>/dev/null
-addgroup h2o www-data 2/dev/null
+addgroup h2o www-data 2>/dev/null
exit 0