diff options
author | Thierry Vignaud <tv@mandriva.org> | 2007-09-19 17:49:39 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2007-09-19 17:49:39 +0000 |
commit | 47fcd0affd9c2d4f627eb512b5e794ee554316ae (patch) | |
tree | f8c787a57c43150019f80c1894ac57aded9e4946 /perl-install/standalone/menu/Makefile | |
parent | 4e6bc3187b8394389dd811e42b91de829f37d2c3 (diff) | |
download | drakx-47fcd0affd9c2d4f627eb512b5e794ee554316ae.tar drakx-47fcd0affd9c2d4f627eb512b5e794ee554316ae.tar.gz drakx-47fcd0affd9c2d4f627eb512b5e794ee554316ae.tar.bz2 drakx-47fcd0affd9c2d4f627eb512b5e794ee554316ae.tar.xz drakx-47fcd0affd9c2d4f627eb512b5e794ee554316ae.zip |
fix a path
Diffstat (limited to 'perl-install/standalone/menu/Makefile')
-rw-r--r-- | perl-install/standalone/menu/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/menu/Makefile b/perl-install/standalone/menu/Makefile index 3f89602df..8dead8e00 100644 --- a/perl-install/standalone/menu/Makefile +++ b/perl-install/standalone/menu/Makefile @@ -13,7 +13,7 @@ clean: install: all install -d $(mcc_dir)/desktop - install -m644 $(DESKTOP) $(DIRECTORY) $(mcc_dir)/desktop + install -m644 $(DESKTOP) $(DIRECTORY) $(mcc_dir) install -d $(PREFIX)/etc/gnome-vfs-2.0/vfolders %.desktop: %.desktop.in |