debian/update-udev-triggers.sh: Restore proper autosuspend.hwdb path

I wrongly committed it to a test location :(
This commit is contained in:
Marco Trevisan (Treviño)
2021-02-22 20:39:46 +01:00
parent 4f76dbc18f
commit ffb6a00ee3
+1 -1
View File
@@ -3,7 +3,7 @@ set -e
srcdir="${GBP_SOURCES_DIR:-.}"
debpath="$(dirname "$0")"
autosuspend_file="/tmp/autosuspend.hwdb"
autosuspend_file="$srcdir/data/autosuspend.hwdb"
commands_lines=()
while IFS= read -r line; do