summaryrefslogtreecommitdiff
path: root/HACKING.md
diff options
context:
space:
mode:
authorVille Skyttä <ville.skytta@iki.fi>2020-12-24 10:36:29 +0200
committerVille Skyttä <ville.skytta@iki.fi>2020-12-24 10:36:29 +0200
commitd1d041d8c97485f50215676adf5f9ea9997ffb4f (patch)
tree1f27888005cf5c058ab1fc61bfae10b693f3898f /HACKING.md
parent1ede4f69c87349b8dba6c5665ced8638aee4585e (diff)
downloadshared-mime-info-d1d041d8c97485f50215676adf5f9ea9997ffb4f.tar.gz
HACKING: update expected xdgmime source dir location
Diffstat (limited to 'HACKING.md')
-rw-r--r--HACKING.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/HACKING.md b/HACKING.md
index 97cae40d..6bd22d60 100644
--- a/HACKING.md
+++ b/HACKING.md
@@ -36,8 +36,8 @@ Test suite
----------
You need to have xdgmime checked out [1] and compiled. By default, the build
-system will expect the source directory to be at the same level as
-shared-mime-info. `../xdgmime/src/test-mime-data` will be run against
+system will expect the source directory to be in the shared-mime-info
+directory. `./xdgmime/src/test-mime-data` will be run against
`tests/mime-detection/list`. An alternate path to xdgmime can be passed by
using the `xdgmime-path` meson option such as `-Dxdgmime-path=/path/to/xdgmime`.