mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2026-06-11 18:38:07 +00:00
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:
Vendored
+1
-1
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user