mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
stage2: Make sure to install lib64 symlinks on all 64 bit architectures
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
@@ -64,7 +64,7 @@ $(TARGET) :
|
||||
# Symlink /var/run -> /run.
|
||||
ln -svf ../run /var/run
|
||||
|
||||
ifeq "$(BUILD_ARCH)" "x86_64"
|
||||
ifeq "$(IS_64BIT)" "1"
|
||||
ln -svf lib /lib64
|
||||
ln -svf lib /usr/lib64
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user