summaryrefslogtreecommitdiffstats
path: root/libraries/libvdpau-va-gl
diff options
context:
space:
mode:
author Sebastien BALLET2017-07-15 02:30:52 +0200
committer Willy Sudiarto Raharjo2017-07-15 02:30:52 +0200
commit627573050b92c3058fa153adbce6c2f92aa09b8f (patch)
treef79ea0a89d89815d2d8aa838b43c2b8a7186ebfb /libraries/libvdpau-va-gl
parent42a8e290bff8cdb81a1d5de76df1f9b10da970e7 (diff)
downloadslackbuilds-627573050b92c3058fa153adbce6c2f92aa09b8f.tar.gz
libraries/libvdpau-va-gl: Fix ownership.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/libvdpau-va-gl')
-rw-r--r--libraries/libvdpau-va-gl/libvdpau-va-gl.SlackBuild8
1 files changed, 3 insertions, 5 deletions
diff --git a/libraries/libvdpau-va-gl/libvdpau-va-gl.SlackBuild b/libraries/libvdpau-va-gl/libvdpau-va-gl.SlackBuild
index 2c697534bd..a5920305b1 100644
--- a/libraries/libvdpau-va-gl/libvdpau-va-gl.SlackBuild
+++ b/libraries/libvdpau-va-gl/libvdpau-va-gl.SlackBuild
@@ -84,15 +84,13 @@ cd build
cd ..
mkdir -p $PKG/etc/profile.d
-cp -a $CWD/profile.d/vdpau-va-gl.sh $PKG/etc/profile.d/vdpau-va-gl.sh.new
-cp -a $CWD/profile.d/vdpau-va-gl.csh $PKG/etc/profile.d/vdpau-va-gl.csh.new
+cp $CWD/profile.d/vdpau-va-gl.sh $PKG/etc/profile.d/vdpau-va-gl.sh.new
+cp $CWD/profile.d/vdpau-va-gl.csh $PKG/etc/profile.d/vdpau-va-gl.csh.new
chown root:root $PKG/etc/profile.d/*
chmod 755 $PKG/etc/profile.d/*
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a \
- ChangeLog LICENSE README.md \
- $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a ChangeLog LICENSE README.md $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install