diff --git a/gen_iso.perl b/gen_iso.perl index 2bb2d10..7bd6836 100644 --- a/gen_iso.perl +++ b/gen_iso.perl @@ -146,7 +146,7 @@ transfer_docker('bio-wayfire', $abpath); prepare_files( $abpath ); # Copy template files -copy_template_files( 'bio:/root/bio', 'bio:/root/bio-wayfire'); +copy_template_files( '/root/bio', '/root/bio-wayfire'); # Use mkarchiso use_mkarchiso('bio', 'bioarchlinux', $abpath);