summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xdraklive2
1 files changed, 1 insertions, 1 deletions
diff --git a/draklive b/draklive
index e547b1d..f2d94d0 100755
--- a/draklive
+++ b/draklive
@@ -1313,7 +1313,7 @@ sub allocate_master {
#- FIXME: use parted?
require fs::type;
- my $pt_type = sprintf('%x', (fs::type::fs_type2subpart($fs))->{pt_type});
+ my $pt_type = sprintf('%x', fs::type::fs_type2subpart($fs)->{pt_type});
open(my $fdisk, "| fdisk -C $cylinders -S $sectors_per_track -H $heads $dest");
print $fdisk <<EOF;
o