mirror of
https://github.com/capstone-engine/capstone.git
synced 2024-11-23 05:29:53 +00:00
Uninstall was prepending `$(DESTDIR)` twice to libdir: ```Makefile LIBDIR = $(DESTDIR)$(PREFIX)/$(LIBDIRARCH) ... uninstall: ... rm -f $(DESTDIR)$(LIBDIR)/lib$(LIBNAME).* ``` The change drops prefixing on `uninstall` site. Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
This commit is contained in:
parent
d8d43be2b7
commit
c4714ce0e8
Loading…
Reference in New Issue
Block a user