diff options
author | Seth Nickell <snickell@stanford.edu> | 2001-12-14 12:23:40 +0000 |
---|---|---|
committer | Seth Nickell <seth@src.gnome.org> | 2001-12-14 12:23:40 +0000 |
commit | 7c8800b6a26904be822e28d44fb1bee0c0b20b4b (patch) | |
tree | 9ac7af727b24a852758922e965968651b0024a44 /Makefile.am | |
parent | 22ac93ef82dc881990c535f0432cb139ce36ccd5 (diff) | |
download | nautilus-7c8800b6a26904be822e28d44fb1bee0c0b20b4b.tar.gz |
Install nautilus and help .desktop files into the proper location for
2001-12-14 Seth Nickell <snickell@stanford.edu>
* Makefile.am:
Install nautilus and help .desktop files into the proper
location for GNOME2 menu entries ($datadir/applications).
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 61eba6e52..cb55230c1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -56,10 +56,10 @@ appicon_DATA = nautilus-launch-icon.png \ gnome-starthere-96.png \ gnome-starthere.png -Applicationsdir = $(datadir)/gnome/apps/Applications +Applicationsdir = $(datadir)/applications Applications_DATA = $(DESKTOP_FILES) -Toplevelmenudir = $(datadir)/gnome/apps +Toplevelmenudir = $(datadir)/applications Toplevelmenu_DATA = nautilus-help.desktop dist-hook: nautilus.spec |