diff options
author | Stefano Karapetsas <[email protected]> | 2013-07-29 12:56:24 +0200 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2013-07-29 12:56:24 +0200 |
commit | 3c0e14e0a6b9768f2f5a8d6b6d97f927e6ff374d (patch) | |
tree | 249528e4c3009f104ee45645fb8a16f05cd89410 /data | |
parent | 9099285e4939030ca1bb35165a057c781e5eed8f (diff) | |
download | eom-3c0e14e0a6b9768f2f5a8d6b6d97f927e6ff374d.tar.bz2 eom-3c0e14e0a6b9768f2f5a8d6b6d97f927e6ff374d.tar.xz |
Use pkgdatadir to install ui filesmate-image-viewer-1.6.1
Diffstat (limited to 'data')
-rw-r--r-- | data/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/Makefile.am b/data/Makefile.am index 45ff094..a362527 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -23,7 +23,7 @@ glade_DATA = eom-image-properties-dialog.ui \ eom-multiple-save-as-dialog.ui \ eom-preferences-dialog.ui -uidir = $(datadir)/eom +uidir = $(pkgdatadir) UI_FILES = \ eom-ui.xml \ eom-toolbar.xml |