Skip to content

Commit

Permalink
dirname not basename
Browse files Browse the repository at this point in the history
  • Loading branch information
zdykstra committed Jan 8, 2020
1 parent 73776c2 commit cfe3697
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/generate-zbm
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ EOF
}
close CFG;

make_path basename( $config{syslinux}{Config} );
make_path dirname( $config{syslinux}{Config} );
safeCopy( $runConf{syslinux_temp}, $config{syslinux}{Config} );
}
# Finds the latest kernel in /boot
Expand Down

0 comments on commit cfe3697

Please sign in to comment.