You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-text/vgrep/files/vgrep-2.5.0-remove-sudo.patch

16 lines
293 B

https://github.com/vrothberg/vgrep/issues/130
--- a/Makefile
+++ b/Makefile
@@ -113,7 +113,8 @@ install: install-docs
.PHONY: install-docs
install-docs: docs
- sudo cp docs/*.1 ${MAN_DIR}/man1/
+ mkdir -p ${MAN_DIR}/man1/
+ cp docs/*.1 ${MAN_DIR}/man1/
.PHONY: uninstall
uninstall: