From 66dd93f663dbbeeb54a3c74fed3aee2bfba52ff3 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Tue, 15 Nov 2016 17:16:04 +0100 Subject: [PATCH] libvdpau: Remove trailing spaces --- libvdpau-0.7-1.bee | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libvdpau-0.7-1.bee b/libvdpau-0.7-1.bee index f75b0b994..8ff6ac86d 100755 --- a/libvdpau-0.7-1.bee +++ b/libvdpau-0.7-1.bee @@ -52,7 +52,7 @@ SRCURL[0]="http://people.freedesktop.org/~aplattner/vdpau/libvdpau-${PKGVERSION} #} #mee_configure() { -# bee_configure +# bee_configure #} #mee_build() { @@ -69,7 +69,7 @@ mee_install_post() { dest=$(readlink -f ${D}${LIBDIR}/libvdpau.so.1) dest=${dest##${D}} - + ln -svf ${dest} ${D}/usr/share/mxgfx-generic/lib/libvdpau.so.1 ln -svf /usr/share/mxgfx/lib/libvdpau.so.1 ${D}${LIBDIR}/libvdpau.so.1 }