diff options
author | kremlin <ian@kremlin.cc> | 2014-07-23 05:34:50 +0800 |
---|---|---|
committer | kremlin <ian@kremlin.cc> | 2014-07-23 05:34:50 +0800 |
commit | 2891a83f364c53e2af3a1a614aa3f5e09f9bad45 (patch) | |
tree | a9209fa4310db238687cfd82f8de0bc37863f4b7 /scripts | |
parent | 6ee53149e94fcbee0c2b89129d47dc442b3f17e4 (diff) | |
download | systembsd-2891a83f364c53e2af3a1a614aa3f5e09f9bad45.tar systembsd-2891a83f364c53e2af3a1a614aa3f5e09f9bad45.tar.gz systembsd-2891a83f364c53e2af3a1a614aa3f5e09f9bad45.tar.bz2 systembsd-2891a83f364c53e2af3a1a614aa3f5e09f9bad45.tar.lz systembsd-2891a83f364c53e2af3a1a614aa3f5e09f9bad45.tar.xz systembsd-2891a83f364c53e2af3a1a614aa3f5e09f9bad45.tar.zst systembsd-2891a83f364c53e2af3a1a614aa3f5e09f9bad45.zip |
modify makefile and script to work with previous commit
last commit created discrepencies in makefile and gen-gdbus-interfaces.sh, fix
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/gen-gdbus-interfaces.sh | 2 |
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 |