summaryrefslogtreecommitdiffstats
path: root/debian/open-infrastructure-container-tools.config
diff options
context:
space:
mode:
Diffstat (limited to 'debian/open-infrastructure-container-tools.config')
-rw-r--r--debian/open-infrastructure-container-tools.config8
1 files changed, 4 insertions, 4 deletions
diff --git a/debian/open-infrastructure-container-tools.config b/debian/open-infrastructure-container-tools.config
index d50839e..2dc080c 100644
--- a/debian/open-infrastructure-container-tools.config
+++ b/debian/open-infrastructure-container-tools.config
@@ -30,13 +30,13 @@ db_settitle open-infrastructure-container-tools/title
db_input low open-infrastructure-container-tools/cache || true
db_go
-if [ -e /usr/share/compute-tools/scripts ]
+if [ -e /usr/share/compute-tools/build-scripts ]
then
- SCRIPT_CHOICES="$(cd /usr/share/compute-tools/scripts && find -maxdepth 1 -not -type d -and -not -name 'default' -and -not -name 'debconf' -and -not -name '*.d' -printf '%P\n' | sort)"
- db_subst open-infrastructure-container-tools/script SCRIPT_CHOICES "$(echo ${SCRIPT_CHOICES} | sed -e 's| |, |g')"
+ SCRIPT_CHOICES="$(cd /usr/share/compute-tools/build-scripts && find -maxdepth 1 -not -type d -and -not -name 'default' -and -not -name 'debconf' -and -not -name '*.d' -printf '%P\n' | sort)"
+ db_subst open-infrastructure-container-tools/build-script SCRIPT_CHOICES "$(echo ${SCRIPT_CHOICES} | sed -e 's| |, |g')"
db_settitle open-infrastructure-container-tools/title
- db_input low open-infrastructure-container-tools/script || true
+ db_input low open-infrastructure-container-tools/build-script || true
db_go
fi