diff options
author | Jose <jose@zeroc.com> | 2017-07-12 12:11:19 +0200 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2017-07-12 12:11:19 +0200 |
commit | 355473d5f1bb4d8b29f14e33dd6442d6a67daf7a (patch) | |
tree | 3ca2e2c630215a6ab5894cdf00407f2af44e74cc | |
parent | ICE-8276 - IceGridGUI: reconnection should refresh properties (diff) | |
download | ice-355473d5f1bb4d8b29f14e33dd6442d6a67daf7a.tar.bz2 ice-355473d5f1bb4d8b29f14e33dd6442d6a67daf7a.tar.xz ice-355473d5f1bb4d8b29f14e33dd6442d6a67daf7a.zip |
ICE-8286 - /usr/share/slice/IceDiscovery/IceLocatorDiscovery bogus links
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -47,7 +47,7 @@ ifeq ($(filter Darwin,$(os)),) install-slice:: $(DESTDIR)$(prefix)/share/slice $(DESTDIR)$(prefix)/share/slice: - $(foreach dir,$(notdir $(wildcard slice/*)), \ + $(foreach dir,$(notdir $(filter-out %Discovery,$(wildcard slice/*))), \ $(shell $(MKDIR) -p $(DESTDIR)$(prefix)/share/slice && cd $(DESTDIR)$(prefix)/share/slice && ln -sf ../ice/slice/$(dir) .)) endif endif |