From 42a3747f0f694ff918ab719594eefd0a6bbfab0c Mon Sep 17 00:00:00 2001 From: Jeremy Huddleston Date: Sat, 13 Nov 2010 16:04:10 -0800 Subject: [PATCH] XQuartz: Fix make distcheck Signed-off-by: Jeremy Huddleston --- hw/xquartz/bundle/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/xquartz/bundle/Makefile.am b/hw/xquartz/bundle/Makefile.am index c4d77c099..8237e0de8 100644 --- a/hw/xquartz/bundle/Makefile.am +++ b/hw/xquartz/bundle/Makefile.am @@ -12,7 +12,7 @@ install-data-hook: $(srcdir)/mk_bundke.sh $(srcdir) $(builddir) $(DESTDIR)$(APPLE_APPLICATIONS_DIR)/$(APPLE_APPLICATION_NAME).app install uninstall-hook: - $(RM) -rf $(DESTDIR)$(APPLE_APPLICATIONS_DIR)/$(APPLE_APPLICATION_NAME).app + $(RM) -rf $(DESTDIR)$(APPLE_APPLICATIONS_DIR)/$(APPLE_APPLICATION_NAME).app/Contents/{Resources,Info.plist,PkgInfo} noinst_PRE = Info.plist.cpp noinst_DATA = $(noinst_PRE:plist.cpp=plist)