]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/stage2
pakfire: use correct tree on x86_64.
[ipfire-2.x.git] / lfs / stage2
index 3203983e287a386515a787e278d41f2bde2a4677..3244fa36fa79afc8b946a100173c9ce9784ee5c9 100644 (file)
@@ -63,7 +63,12 @@ $(TARGET) :
 
        # Symlink /var/run -> /run.
        ln -svf ../run /var/run
-       
+
+ifeq "$(MACHINE)" "x86_64"
+       ln -svf lib /lib64
+       ln -svf lib /usr/lib64
+endif
+
        # Symlinks
        # for this reason, stage2 rebuild will broke the iso:perl, grubbatch
        -ln -sv /tools/bin/{bash,cat,echo,pwd,stty} /bin