summaryrefslogtreecommitdiff
path: root/user/libgphoto2
diff options
context:
space:
mode:
Diffstat (limited to 'user/libgphoto2')
-rw-r--r--user/libgphoto2/APKBUILD2
-rw-r--r--user/libgphoto2/libgphoto2.pre-install2
2 files changed, 2 insertions, 2 deletions
diff --git a/user/libgphoto2/APKBUILD b/user/libgphoto2/APKBUILD
index 59cd04e35..c1250aabb 100644
--- a/user/libgphoto2/APKBUILD
+++ b/user/libgphoto2/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer:
pkgname=libgphoto2
pkgver=2.5.23
-pkgrel=0
+pkgrel=1
pkgdesc="Digital camera library"
url="http://www.gphoto.org"
arch="all"
diff --git a/user/libgphoto2/libgphoto2.pre-install b/user/libgphoto2/libgphoto2.pre-install
index c696fcdca..7e52e2fe3 100644
--- a/user/libgphoto2/libgphoto2.pre-install
+++ b/user/libgphoto2/libgphoto2.pre-install
@@ -1,5 +1,5 @@
#!/bin/sh
-addgroup -S camera 2>/dev/null
+groupadd -r camera 2>/dev/null
exit 0