[Xfce-bugs] [Bug 13533] New: Thunar symlink leftover on make uninstall

bugzilla-daemon at xfce.org bugzilla-daemon at xfce.org
Thu Apr 27 16:32:21 CEST 2017


https://bugzilla.xfce.org/show_bug.cgi?id=13533

            Bug ID: 13533
           Summary: Thunar symlink leftover on make uninstall
    Classification: Xfce
           Product: Thunar
           Version: 1.6.11
          Hardware: Other
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: Medium
         Component: core
          Assignee: xfce-bugs at xfce.org
          Reporter: andre42m at gmail.com
        QA Contact: nick at xfce.org
                CC: benny at xfce.org, hjudt at xfce.org
  Target Milestone: 1.8.0

Steps to reproduce:
./configure # let prefix as /usr/local
make
sudo make install
sudo make uninstall

Expected results:
All thunar files removed from prefix

Actual results:
A leftover: /usr/local/bin/Thunar (broken symlink to /usr/local/bin/thunar)

Probably due this (thunar/Makefile.am:285):
# install symlink to 'thunar'
install-exec-hook:
        $(mkinstalldirs) $(DESTDIR)$(bindir)
        -( cd $(DESTDIR)$(bindir) ; test -x Thunar || ln -sf thunar Thunar )

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Xfce-bugs mailing list