diff options
author | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2021-04-11 12:36:12 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2021-04-11 12:45:43 +0000 |
commit | f2f17acc25862fed039e8e762ffbab82f38e2e1d (patch) | |
tree | a652c70aa133dc27604028676af76874ee887816 /share/scripts | |
parent | Using /usr/libexec/container instead of /usr/libexec/open-infrastructure/cont... (diff) | |
download | compute-tools-f2f17acc25862fed039e8e762ffbab82f38e2e1d.tar.xz compute-tools-f2f17acc25862fed039e8e762ffbab82f38e2e1d.zip |
Using /usr/share/compute-tools instead of /usr/share/open-infrastructure/container.
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
Diffstat (limited to 'share/scripts')
-rwxr-xr-x | share/scripts/curl | 2 | ||||
-rwxr-xr-x | share/scripts/debconf | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/share/scripts/curl b/share/scripts/curl index 7d7661a..a975214 100755 --- a/share/scripts/curl +++ b/share/scripts/curl @@ -267,7 +267,7 @@ then Debconf # Run debconf parts - for DEBCONF_SCRIPT in /usr/share/${PROJECT}/${PROGRAM}/scripts/curl.d/* + for DEBCONF_SCRIPT in /usr/share/${SOFTWARE}/scripts/curl.d/* do if [ -x "${DEBCONF_SCRIPT}" ] then diff --git a/share/scripts/debconf b/share/scripts/debconf index 0147212..40606ca 100755 --- a/share/scripts/debconf +++ b/share/scripts/debconf @@ -1121,7 +1121,7 @@ do done # Run debconf parts -for DEBCONF_SCRIPT in "/usr/share/${PROJECT}/${PROGRAM}/scripts/debconf.d"/* +for DEBCONF_SCRIPT in "/usr/share/${SOFTWARE}/scripts/debconf.d"/* do if [ -x "${DEBCONF_SCRIPT}" ] then |