Skip to content

Commit 35be519

Browse files
committed
Fix wrong DATADIR variable
1 parent a959801 commit 35be519

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.h.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
#define LOCALEDIR "@CMAKE_INSTALL_FULL_LOCALEDIR@"
1212
#define PKGLIBDIR "@CMAKE_INSTALL_FULL_LIBEXECDIR@/appstream"
1313
#define PREFIXDIR "@CMAKE_INSTALL_PREFIX@"
14-
#define DATADIR "@CMAKE_INSTALL_FULL_DATADIR@/appstream"
14+
#define DATADIR "@CMAKE_INSTALL_FULL_DATADIR@"
1515
#define LIBDIR "@CMAKE_INSTALL_FULL_LIBDIR@"
1616
#define BUILDDIR "@CMAKE_BINARY_DIR@"
1717

0 commit comments

Comments
 (0)