Răsfoiți Sursa

mkrootfs: don't remove lib32/lib64 symlinks

Andrew Benson 4 ani în urmă
părinte
comite
3cb1d24862
1 a modificat fișierele cu 0 adăugiri și 6 ștergeri
  1. 0 6
      mkrootfs.sh.in

+ 0 - 6
mkrootfs.sh.in

@@ -181,12 +181,6 @@ fi
 # pass, so this cleans up any issues that linger.
 run_cmd_chroot "$ROOTFS" "env -i xbps-reconfigure -f base-files"
 
-# TODO: determine why these lines are here.  What is the harm in
-# having them and what do they remove.  Do they interact adversely
-# with the alien build support discussed above.
-rmdir "$ROOTFS/usr/lib32" 2>/dev/null
-rm -f "$ROOTFS/lib32" "$ROOTFS/lib64" "$ROOTFS/usr/lib64"
-
 # Once base-files is configured and functional its possible to
 # configure the rest of the system.
 run_cmd_chroot "$ROOTFS" "xbps-reconfigure -a"