We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b9a26bf + 714a2c6 commit 3cf1992Copy full SHA for 3cf1992
mk/install.mk
@@ -28,7 +28,11 @@ endif
28
# Remove tmp files because it's a decent amount of disk space
29
$(Q)rm -R tmp/dist
30
31
+ifeq ($(CFG_DISABLE_DOCS),)
32
+prepare_install: dist/$(PKG_NAME)-$(CFG_BUILD).tar.gz dist/$(DOC_PKG_NAME)-$(CFG_BUILD).tar.gz | tmp/empty_dir
33
+else
34
prepare_install: dist/$(PKG_NAME)-$(CFG_BUILD).tar.gz | tmp/empty_dir
35
+endif
36
37
uninstall:
38
ifeq (root user, $(USER) $(patsubst %,user,$(SUDO_USER)))
0 commit comments