Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 119361
Collapse All | Expand All

(-)Makefile (-2 / +3 lines)
Lines 6-13 Link Here
6
## This is the makefile, part of the TCSHRC project
6
## This is the makefile, part of the TCSHRC project
7
## at http://tcshrc.sourceforge.net
7
## at http://tcshrc.sourceforge.net
8
8
9
SHARETCSHRC="/usr/share/tcshrc"
9
SHARETCSHRC="${DESTDIR}/usr/share/tcshrc"
10
BIN="/usr/bin"
10
BIN="${DESTDIR}/usr/bin"
11
11
12
help:
12
help:
13
	@echo "tcshrc" makefile
13
	@echo "tcshrc" makefile
Lines 59-64 Link Here
59
	@/bin/cp -f README              $(SHARETCSHRC)/README.txt
59
	@/bin/cp -f README              $(SHARETCSHRC)/README.txt
60
	@chmod 0444 $(SHARETCSHRC)/tcshrc*
60
	@chmod 0444 $(SHARETCSHRC)/tcshrc*
61
	@echo " done."
61
	@echo " done."
62
	@/bin/mkdir -p $(BIN)/
62
	@echo -n "Copying tcshrc_config to $(BIN)..."
63
	@echo -n "Copying tcshrc_config to $(BIN)..."
63
	@/bin/cp -f tcshrc_config      $(BIN)
64
	@/bin/cp -f tcshrc_config      $(BIN)
64
	@chmod 0755 $(BIN)/tcshrc_config
65
	@chmod 0755 $(BIN)/tcshrc_config

Return to bug 119361