aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/gen-gdbus-interfaces.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/gen-gdbus-interfaces.sh b/scripts/gen-gdbus-interfaces.sh
index 632b8f3..7b13905 100755
--- a/scripts/gen-gdbus-interfaces.sh
+++ b/scripts/gen-gdbus-interfaces.sh
@@ -33,7 +33,7 @@ gdbus-codegen \
--interface-prefix org.freedesktop. \
--generate-docbook $REPO/doc/$1-docbook.xml \
--generate-c-code $1-gen \
-$REPO/conf/$1-ispect.xml
+$REPO/conf/introspect-xml/$1-ispect.xml
echo "Success"
exit 0