Revert "openobex: obex-check-device is in /usr/bin, not in /usr/sbin"
This reverts commit 64360b40f0
.
This commit is contained in:
parent
c6cec1010f
commit
68f7dec021
1 changed files with 2 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'openobex'
|
||||
pkgname=openobex
|
||||
version=1.7.1
|
||||
revision=3
|
||||
revision=2
|
||||
wrksrc="${pkgname}-${version}-Source"
|
||||
build_style=cmake
|
||||
hostmakedepends="pkg-config cmake libxslt docbook-xsl"
|
||||
|
@ -15,10 +15,7 @@ distfiles="${SOURCEFORGE_SITE}/$pkgname/${pkgname}-${version}-Source.tar.gz"
|
|||
checksum=3b264665d90901ea4ff720332ffb9b6d1d8f67187463d3a3279caddc7205ea57
|
||||
|
||||
pre_configure() {
|
||||
sed -i \
|
||||
-e 's|MODE="660", GROUP="plugdev"|TAG+="uaccess"|' \
|
||||
-e 's|@prefix@/sbin/obex-check-device|@prefix@/bin/obex-check-device|' \
|
||||
udev/openobex.rules.in
|
||||
sed -i 's|MODE="660", GROUP="plugdev"|TAG+="uaccess"|' udev/openobex.rules.in
|
||||
}
|
||||
|
||||
openobex-devel_package() {
|
||||
|
|
Loading…
Reference in a new issue