debian/update-udev-triggers.sh: Fix hwdb path

It was set to a testing location for development purposes, and it got
wrongly committed.
This commit is contained in:
Marco Trevisan (Treviño)
2021-10-27 00:34:20 +02:00
parent 09d12b61ee
commit 865f202473
+1 -1
View File
@@ -3,7 +3,7 @@ set -e
srcdir="${GBP_SOURCES_DIR:-.}" srcdir="${GBP_SOURCES_DIR:-.}"
debpath="$(dirname "$0")" debpath="$(dirname "$0")"
autosuspend_file="/tmp/autosuspend.hwdb" autosuspend_file="$srcdir/data/autosuspend.hwdb"
commands_lines=() commands_lines=()
while IFS= read -r line; do while IFS= read -r line; do