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.
 
 
 
 
 
 

11 lines
595 B

diff -uNr loksh-6.3/Makefile loksh-6.3.mod/Makefile
--- loksh-6.3/Makefile 2018-04-14 12:35:14.000000000 +0300
+++ loksh-6.3.mod/Makefile 2019-01-29 15:27:35.211561095 +0200
@@ -30,7 +30,6 @@
install: all
install -v -D -m 755 ksh $(DESTDIR)/$(BIN_DIR)/$(BIN_NAME)
install -v -D -m 644 ksh.1 $(DESTDIR)/$(MAN_DIR)/man1/$(BIN_NAME).1
- install -v -m 644 sh.1 $(DESTDIR)/$(MAN_DIR)/man1/sh.1
install -v -D -m 644 README $(DESTDIR)/$(DOC_DIR)/README
install -v -m 644 README.upstream $(DESTDIR)/$(DOC_DIR)/README.upstream
install -v -m 644 CONTRIBUTORS $(DESTDIR)/$(DOC_DIR)/CONTRIBUTORS