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_source_debian | |
| 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_source_debian')
| -rwxr-xr-x | scripts/build/lb_source_debian | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/lb_source_debian b/scripts/build/lb_source_debian index dcde7a477..910bef420 100755 --- a/scripts/build/lb_source_debian +++ b/scripts/build/lb_source_debian @@ -67,7 +67,7 @@ case "${LB_BINARY_FILESYSTEM}" in ;; ntfs) - case "${LB_DISTRIBUTION}" in + case "${LB_PARENT_DISTRIBUTION}" in squeeze) echo "ntfsprogs" >> source-selection.txt ;; |
