Skip to content
Snippets Groups Projects
Commit c93aa4f9 authored by Simon McVittie's avatar Simon McVittie
Browse files

d/rules: Create symlinks for *-wflinfo, *-vulkaninfo in helpers path


This will help us to locate those executables in the Steam Runtime
usr/bin directory, even when run without that directory in PATH.

Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>
parent 96ace65d
No related branches found
No related tags found
1 merge request!77Look for vulkaninfo, wflinfo in SRT_HELPERS_PATH
......@@ -55,6 +55,10 @@ endif
override_dh_auto_install:
DESTDIR=$(CURDIR)/debian/tmp ninja -C builddir install
ln -s ../../bin/$(DEB_HOST_MULTIARCH)-vulkaninfo \
debian/tmp/usr/libexec/steam-runtime-tools-0/
ln -s ../../bin/$(DEB_HOST_MULTIARCH)-wflinfo \
debian/tmp/usr/libexec/steam-runtime-tools-0/
for x in debian/tmp/usr/libexec/installed-tests/steam-runtime-tools-0/*; do \
if [ -f "$$x" ] \
&& cmp -s "$$x" \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment