[arch-commits] Commit in openobex/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Wed Jul 12 14:54:37 UTC 2017
Date: Wednesday, July 12, 2017 @ 14:54:37
Author: arojas
Revision: 244798
Fix udev rule install dir
Modified:
openobex/trunk/PKGBUILD
----------+
PKGBUILD | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-07-12 14:30:00 UTC (rev 244797)
+++ PKGBUILD 2017-07-12 14:54:37 UTC (rev 244798)
@@ -6,7 +6,7 @@
pkgname=openobex
pkgver=1.7.2
-pkgrel=2
+pkgrel=3
pkgdesc="Implementation of the OBject EXchange (OBEX) protocol"
url="http://dev.zuckschwerdt.org/openobex/"
arch=('i686' 'x86_64')
@@ -29,7 +29,8 @@
-DCMAKE_SKIP_RPATH=ON \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=/usr/lib \
- -DCMAKE_INSTALL_SBINDIR=/usr/bin
+ -DCMAKE_INSTALL_SBINDIR=/usr/bin \
+ -DCMAKE_INSTALL_UDEVRULESDIR=/usr/lib/udev/rules.d
make all openobex-apps
}
More information about the arch-commits
mailing list