libgphoto2: rebuild for corrected shlib-provides.
This commit is contained in:
parent
88c669a1e5
commit
2c2f51b4ca
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'libgphoto2'
|
||||
pkgname=libgphoto2
|
||||
version=2.4.14
|
||||
revision=6
|
||||
revision=7
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static --disable-rpath udevscriptdir=/usr/lib/udev"
|
||||
hostmakedepends="pkg-config"
|
||||
|
@ -15,7 +15,7 @@ checksum=59b32d45252f67d066cc3bda7a59f8078e0cf4e7f23590a4b621633e81060292
|
|||
|
||||
post_install() {
|
||||
# Remove unused udev helper
|
||||
rm -rf ${pkgdir}/usr/lib/udev
|
||||
rm -rf ${DESTDIR}/usr/lib/udev
|
||||
|
||||
vmkdir usr/lib/udev/rules.d
|
||||
LD_LIBRARY_PATH="${DESTDIR}/usr/lib${LD_LIBRARY_PATH:+:}$LD_LIBRARY_PATH" \
|
||||
|
|
Loading…
Reference in a new issue