diff options
author | Cem Keylan <cem@ckyln.com> | 2021-07-24 01:40:46 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-07-24 01:40:46 +0300 |
commit | 1056afe7be50854464b74f125ae8404bcbc645e1 (patch) | |
tree | c6efef01133d2343fe937766e9bb0fc5618e949a /extra/libdrm | |
parent | bb8c9f1fb73d876167ff8583b8c1918a7c2060c0 (diff) | |
download | repository-1056afe7be50854464b74f125ae8404bcbc645e1.tar.gz |
libdrm: use clsed
Diffstat (limited to 'extra/libdrm')
-rwxr-xr-x | extra/libdrm/build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/libdrm/build b/extra/libdrm/build index 182eacd7..021c8ec6 100755 --- a/extra/libdrm/build +++ b/extra/libdrm/build @@ -3,7 +3,7 @@ export DESTDIR="$1" # Symbolic link loop on tests -sed -i '/^test(/,/^)/d' intel/meson.build +clsed '/^test(/,/^)/d' intel/meson.build meson \ --prefix=/usr \ |