From a620ca2451bcbb49b4732dafe9a68e0804fcf7dc Mon Sep 17 00:00:00 2001 From: joy <> Date: Fri, 1 Dec 2000 14:00:41 -0800 Subject: [PATCH] [project @ 2000-12-01 14:00:41 by joy] argh, have to skip the .in suffix --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c6cb2e97..4e80faa3 100644 --- a/Makefile +++ b/Makefile @@ -32,7 +32,7 @@ $(scripts_dir) $(examples_dir); \ # install the scripts $(foreach script,$(scripts_in), $(install_exec) $(script) $(scripts_dir)/$(patsubst scripts/%.in,%,$(script));) - $(install_data) scripts/errorlib.in $(scripts_dir) + $(install_data) scripts/errorlib.in $(scripts_dir)/errorlib # install examples $(install_data) scripts/config.in $(examples_dir)/config -- 2.39.5