We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 080d210 commit 476f0e3Copy full SHA for 476f0e3
mk/install.mk
@@ -12,7 +12,7 @@
12
install: dist-install-dir-$(CFG_BUILD)
13
$(Q)sh tmp/dist/$(PKG_NAME)-$(CFG_BUILD)/install.sh --prefix="$(CFG_PREFIX)" --libdir="$(CFG_LIBDIR)" --mandir="$(CFG_MANDIR)"
14
# Remove tmp files while we can because they may have been created under sudo
15
- $(Q)rm -R tmp/dist/$(PKG_NAME)-$(CFG_BUILD/
+ $(Q)rm -R tmp/dist/$(PKG_NAME)-$(CFG_BUILD)
16
17
uninstall: dist-install-dir-$(CFG_BUILD)
18
$(Q)sh tmp/dist/$(PKG_NAME)-$(CFG_BUILD)/install.sh --uninstall --prefix="$(CFG_PREFIX)" --libdir="$(CFG_LIBDIR)" --mandir="$(CFG_MANDIR)"
0 commit comments