Skip to content

Commit

Permalink
libvdpau: Remove trailing spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
pmenzel committed Nov 15, 2016
1 parent 6c36192 commit 66dd93f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libvdpau-0.7-1.bee
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ SRCURL[0]="http://people.freedesktop.org/~aplattner/vdpau/libvdpau-${PKGVERSION}
#}

#mee_configure() {
# bee_configure
# bee_configure
#}

#mee_build() {
Expand All @@ -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
}
Expand Down

0 comments on commit 66dd93f

Please sign in to comment.