Skip to content

Commit

Permalink
Makefile: respect DESTDIR in uninstall as well
Browse files Browse the repository at this point in the history
  • Loading branch information
ktprograms authored and Grimler91 committed Feb 11, 2022
1 parent b33392b commit f3ae554
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ install: libtermux-exec.so
install libtermux-exec.so $(DESTDIR)$(PREFIX)/lib/libtermux-exec.so

uninstall:
rm -f $(PREFIX)/lib/libtermux-exec.so
rm -f $(DESTDIR)$(PREFIX)/lib/libtermux-exec.so

test: libtermux-exec.so
@LD_PRELOAD=${CURDIR}/libtermux-exec.so ./run-tests.sh
Expand Down

0 comments on commit f3ae554

Please sign in to comment.