From 5918d4f6ef63975a03893925f64d7f1990fe78b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Sun, 23 Jul 2023 20:45:32 +0200 Subject: kalyptus: No longer use tqt-replace-stream. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We are already using TQ_OBJECT and therefore there is no need to use tqt-replace-stream. Because the tqt-replace-stream script has been removed, the call causes FTBFS. Signed-off-by: Slávek Banko --- kalyptus/kalyptus | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kalyptus/kalyptus b/kalyptus/kalyptus index e7fa3b2f..427c401c 100644 --- a/kalyptus/kalyptus +++ b/kalyptus/kalyptus @@ -376,7 +376,7 @@ sub parseFiles || croak "Can't preprocess $currentfile"; } else { - open( INPUT, "tqt-replace-stream $currentfile |" ) + open( INPUT, "$currentfile" ) || croak "Can't read from $currentfile"; } -- cgit v1.2.3