blob: 87461ceb47d1cac8ccaa488a3002f46944103391 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- src/Makefile.orig Sat Sep 8 01:52:26 2001
+++ src/Makefile Thu Oct 11 13:01:53 2001
@@ -22,7 +22,7 @@
@echo Installing tspc
mkdir -p $(install_bin)
$(COPY) $(BIN)/$(TSPC) $(install_bin)/$(TSPC)
- $(COPY) $(BIN)/tspc.conf $(install_bin)/tspc.conf
+ $(COPY) $(BIN)/tspc.conf $(install_etc)/tspc.conf
@echo End of tspc installation
$(BIN)/tspc.conf:
|