diff options
author | Daniel Baumann <daniel@debian.org> | 2012-07-18 22:44:05 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2012-07-18 22:44:05 +0200 |
commit | 14a43495cabfe99a05d601353e34b5a5eb0317ed (patch) | |
tree | 1af88913970b34b6756c8dc21430723782197d04 /scripts/build/lb_binary_hdd | |
parent | 9a5a53f185ffede49e88cbdaf866adff6ffbb185 (diff) | |
download | vyos-live-build-14a43495cabfe99a05d601353e34b5a5eb0317ed.tar.gz vyos-live-build-14a43495cabfe99a05d601353e34b5a5eb0317ed.zip |
Correcting some distribution specific checks to make them derivatives compliant.
Diffstat (limited to 'scripts/build/lb_binary_hdd')
-rwxr-xr-x | scripts/build/lb_binary_hdd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/lb_binary_hdd b/scripts/build/lb_binary_hdd index c1cd0427e..13f3f1823 100755 --- a/scripts/build/lb_binary_hdd +++ b/scripts/build/lb_binary_hdd @@ -50,7 +50,7 @@ case "${LB_BINARY_FILESYSTEM}" in ;; ntfs) - case "${LB_DISTRIBUTION}" in + case "${LB_PARENT_DISTRIBUTION}" in squeeze) Check_package chroot/sbin/mkfs.ntfs ntfsprogs ;; |