2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-02 14:02:27 +00:00

intel-media-driver: Remove sed -i

This commit is contained in:
Dylan Araps 2020-01-29 19:23:08 +02:00
parent df3611068e
commit 2217317959
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E

View File

@ -2,7 +2,8 @@
export DESTDIR="$1"
sed -i 's/SHARED/STATIC/' gmmlib/Source/GmmLib/CMakeLists.txt
sed 's/SHARED/STATIC/' gmmlib/Source/GmmLib/CMakeLists.txt > _
mv -f _ gmmlib/Source/GmmLib/CMakeLists.txt
cd media