diff options
author | Sakirnth Nagarasa <sakirnth@gmail.com> | 2022-02-23 15:29:47 +0000 |
---|---|---|
committer | Sakirnth Nagarasa <sakirnth@gmail.com> | 2022-02-23 15:29:47 +0000 |
commit | 0773dbe681f4efc220bd020b9ddf71472e51d1bb (patch) | |
tree | d51b07be26dc55463705459096b9a20e9b43cae2 | |
parent | Handling arguemnt id for qemu script. (diff) | |
download | compute-tools-0773dbe681f4efc220bd020b9ddf71472e51d1bb.tar.xz compute-tools-0773dbe681f4efc220bd020b9ddf71472e51d1bb.zip |
Correcting path for debconf scripts.
-rwxr-xr-x | share/build-scripts/qemu | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/build-scripts/qemu b/share/build-scripts/qemu index 4104d1c..6fd8248 100755 --- a/share/build-scripts/qemu +++ b/share/build-scripts/qemu @@ -1042,7 +1042,7 @@ do done # Run debconf parts -for DEBCONF_SCRIPT in "/usr/share/${SOFTWARE}/scripts/debconf.d"/* +for DEBCONF_SCRIPT in "/usr/share/${SOFTWARE}/build-scripts/debconf.d"/* do if [ -x "${DEBCONF_SCRIPT}" ] then |