mirror of
https://github.com/capstone-engine/capstone.git
synced 2024-11-24 05:59:45 +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
1619b97fdb
commit
f1d6952898
Loading…
Reference in New Issue
Block a user