fix ci?
This commit is contained in:
parent
bf8532fd2b
commit
c2b4b61fcb
@ -53,20 +53,20 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
# For /bin first
|
# For /bin first
|
||||||
mv /bin/* /usr/bin/
|
mv /bin/* /usr/bin/
|
||||||
rmdir /bin
|
/bin/rm -d /bin
|
||||||
ln -s usr/bin /bin
|
ln -s usr/bin /bin
|
||||||
|
|
||||||
# For /lib, we need to handle it directory by directory
|
# For /lib, handle it directory by directory
|
||||||
# First, move all files in the root of /lib
|
|
||||||
mv /lib/[^s]* /usr/lib/ 2>/dev/null || true
|
mv /lib/[^s]* /usr/lib/ 2>/dev/null || true
|
||||||
|
|
||||||
# Then handle each subdirectory carefully
|
# Handle each subdirectory
|
||||||
cp -a /lib/systemd/* /usr/lib/systemd/
|
cp -a /lib/systemd/* /usr/lib/systemd/
|
||||||
cp -a /lib/udev/* /usr/lib/udev/
|
cp -a /lib/udev/* /usr/lib/udev/
|
||||||
cp -a /lib/x86_64-linux-gnu/* /usr/lib/x86_64-linux-gnu/
|
cp -a /lib/x86_64-linux-gnu/* /usr/lib/x86_64-linux-gnu/
|
||||||
|
|
||||||
# Remove the now-empty directories
|
# Remove directories with full path to rm
|
||||||
rm -rf /lib/systemd /lib/udev /lib/x86_64-linux-gnu
|
/bin/rm -rf /lib/systemd /lib/udev /lib/x86_64-linux-gnu
|
||||||
|
/bin/rm -d /lib
|
||||||
ln -s usr/lib /lib
|
ln -s usr/lib /lib
|
||||||
|
|
||||||
# Now try installing usrmerge
|
# Now try installing usrmerge
|
||||||
|
Loading…
x
Reference in New Issue
Block a user