From 47fcd0affd9c2d4f627eb512b5e794ee554316ae Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 19 Sep 2007 17:49:39 +0000 Subject: fix a path --- perl-install/standalone/menu/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install') 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 -- cgit v1.2.1