瀏覽代碼

mkrootfs: don't remove lib32/lib64 symlinks

Andrew Benson 4 年之前
父節點
當前提交
3cb1d24862
共有 1 個文件被更改,包括 0 次插入6 次删除
  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"