Skip to content
Snippets Groups Projects
Commit 2407ef44 authored by Ludovico de Nittis's avatar Ludovico de Nittis
Browse files

Create symlinks to support Exherbo's non-standard library paths

parent 2f4031f4
No related branches found
No related tags found
1 merge request!9Create symlinks for Arch Linux and Exherbo ld.so
......@@ -53,6 +53,11 @@ post_script: |
ln -s /lib64/ld-linux-x86-64.so.2 /usr/lib/
# Few lines above we already ensured that /usr/lib32 exists
ln -s /lib/ld-linux.so.2 /usr/lib32/
# Create symlinks to support the non-standard Exherbo library paths
install -d -m755 /usr/i686-pc-linux-gnu
install -d -m755 /usr/x86_64-pc-linux-gnu
ln -s /usr/lib/i386-linux-gnu /usr/i686-pc-linux-gnu/lib
ln -s /usr/lib/x86_64-linux-gnu /usr/x86_64-pc-linux-gnu/lib
platform:
post_script: |
......
......@@ -60,6 +60,11 @@ post_script: |
ln -s /lib64/ld-linux-x86-64.so.2 /usr/lib/
# Few lines above we already ensured that /usr/lib32 exists
ln -s /lib/ld-linux.so.2 /usr/lib32/
# Create symlinks to support the non-standard Exherbo library paths
install -d -m755 /usr/i686-pc-linux-gnu
install -d -m755 /usr/x86_64-pc-linux-gnu
ln -s /usr/lib/i386-linux-gnu /usr/i686-pc-linux-gnu/lib
ln -s /usr/lib/x86_64-linux-gnu /usr/x86_64-pc-linux-gnu/lib
platform:
post_script: |
......
......@@ -57,6 +57,11 @@ post_script: |
ln -s /lib64/ld-linux-x86-64.so.2 /usr/lib/
# Few lines above we already ensured that /usr/lib32 exists
ln -s /lib/ld-linux.so.2 /usr/lib32/
# Create symlinks to support the non-standard Exherbo library paths
install -d -m755 /usr/i686-pc-linux-gnu
install -d -m755 /usr/x86_64-pc-linux-gnu
ln -s /usr/lib/i386-linux-gnu /usr/i686-pc-linux-gnu/lib
ln -s /usr/lib/x86_64-linux-gnu /usr/x86_64-pc-linux-gnu/lib
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