tamir_chroot_db 98 B

12345
  1. #!/bin/sh
  2. cd /var/lib/pkg/DB
  3. grep -rli '/mnt/lfs' * | xargs -i@ sed -i 's/\/mnt\/lfs\///g' @
  4. cd -