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

Merge branch 'wip/denittis/t16299' into 'master'

Ensure that /usr/share/libdrm folder exists

See merge request steam/flatdeb-steam!8
parents 5341bca8 5c46a24f
No related branches found
No related tags found
1 merge request!8Ensure that /usr/share/libdrm folder exists
......@@ -46,6 +46,8 @@ post_script: |
install -d -m755 /usr/lib64
ln -s ../lib/locale /usr/lib64/locale
fi
# Ensure that the libdrm folder is present
install -d -m755 /usr/share/libdrm
platform:
post_script: |
......
......@@ -53,6 +53,8 @@ post_script: |
install -d -m755 /usr/lib64
ln -s ../lib/locale /usr/lib64/locale
fi
# Ensure that the libdrm folder is present
install -d -m755 /usr/share/libdrm
platform:
post_script: |
......
......@@ -50,6 +50,8 @@ post_script: |
install -d -m755 /usr/lib64
ln -s ../lib/locale /usr/lib64/locale
fi
# Ensure that the libdrm folder is present
install -d -m755 /usr/share/libdrm
platform:
post_script: |
......
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