mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
Merge pull request #1057 from MilhouseVH/usr_lib64
Fixup post-/usr: need /usr/lib64
This commit is contained in:
@@ -45,6 +45,8 @@ post_install() {
|
||||
( cd $ROOT/$BUILD/initramfs
|
||||
if [ "$TARGET_ARCH" = "x86_64" -o "$TARGET_ARCH" = "powerpc64" ]; then
|
||||
ln -sf /usr/lib $ROOT/$BUILD/initramfs/lib64
|
||||
mkdir -p $ROOT/$BUILD/initramfs/usr
|
||||
ln -sf /usr/lib $ROOT/$BUILD/initramfs/usr/lib64
|
||||
fi
|
||||
|
||||
ln -sf /usr/lib $ROOT/$BUILD/initramfs/lib
|
||||
|
||||
@@ -123,6 +123,8 @@ ln -sf /usr/sbin $INSTALL/sbin
|
||||
|
||||
if [ "$TARGET_ARCH" = "x86_64" -o "$TARGET_ARCH" = "powerpc64" ]; then
|
||||
ln -s /usr/lib $INSTALL/lib64
|
||||
mkdir -p $INSTALL/usr
|
||||
ln -s /usr/lib $INSTALL/usr/lib64
|
||||
fi
|
||||
|
||||
echo "$TARGET_VERSION" > $INSTALL/etc/release
|
||||
|
||||
Reference in New Issue
Block a user