modify makefile and script to work with previous commit
[systembsd.git] / scripts / gen-gdbus-interfaces.sh
index 632b8f39e4612e9a4db9b75fddb4453ff10a7cfa..7b1390508b7b675d6e21d00a2002419111a7b909 100755 (executable)
@@ -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