summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorinfirit <[email protected]>2014-02-13 18:09:14 +0100
committerinfirit <[email protected]>2014-02-13 18:09:14 +0100
commit24c8142ce72a813d43b4edfe6616606fc78c1f93 (patch)
treea1f7acb247c00e008fc98c95928f448923d3872d
parente0deea0a7ff317233a638d9bf1d65b2a7cc78ddd (diff)
downloadpluma-24c8142ce72a813d43b4edfe6616606fc78c1f93.tar.bz2
pluma-24c8142ce72a813d43b4edfe6616606fc78c1f93.tar.xz
remove mate-text-editor symlink
-rw-r--r--pluma/Makefile.am3
1 files changed, 0 insertions, 3 deletions
diff --git a/pluma/Makefile.am b/pluma/Makefile.am
index ece87381..a9237799 100644
--- a/pluma/Makefile.am
+++ b/pluma/Makefile.am
@@ -226,9 +226,6 @@ install-exec-hook:
if PLATFORM_WIN32
$(mkinstalldirs) "$(DESTDIR)$(libdir)"
$(INSTALL_DATA) libpluma.a "$(DESTDIR)$(libdir)"
-else
- rm -f $(DESTDIR)$(bindir)/mate-text-editor
- ln -s pluma $(DESTDIR)$(bindir)/mate-text-editor
endif
if !OS_WIN32