diff options
author | Bertram <bertram@cegetel.net> | 2009-09-06 18:53:24 +0200 |
---|---|---|
committer | Bertram <bertram@cegetel.net> | 2009-09-06 18:53:24 +0200 |
commit | 4b242c5214a6645ee7a353ae0e5cd9422f672f08 (patch) | |
tree | d1557cf55923d6e6dece11b8b1b81ab6740e76fa /Makefile.am | |
parent | 4cb82eb4e5afee7dd8ad206d89d45c4d3309dc3c (diff) | |
download | mana-4b242c5214a6645ee7a353ae0e5cd9422f672f08.tar.gz mana-4b242c5214a6645ee7a353ae0e5cd9422f672f08.tar.bz2 mana-4b242c5214a6645ee7a353ae0e5cd9422f672f08.tar.xz mana-4b242c5214a6645ee7a353ae0e5cd9422f672f08.zip |
Applied patch from mantis #749 since it's working for me.
Applied the datarootdir parameter in the autotools installation.
The make install did the work as expected. If this hurts someone,
feel free to revert...
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 63a237d7..e8cec1f2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1,7 @@ # Subdirectories to build SUBDIRS = data docs po src -desktopdir = $(datadir)/applications +desktopdir = $(datarootdir)/applications desktop_DATA = tmw.desktop |