summaryrefslogtreecommitdiff
path: root/scripts/build/lb_source_debian
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2012-07-18 22:44:05 +0200
committerDaniel Baumann <daniel@debian.org>2012-07-18 22:44:05 +0200
commit14a43495cabfe99a05d601353e34b5a5eb0317ed (patch)
tree1af88913970b34b6756c8dc21430723782197d04 /scripts/build/lb_source_debian
parent9a5a53f185ffede49e88cbdaf866adff6ffbb185 (diff)
downloadvyos-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-xscripts/build/lb_source_debian2
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
;;