summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2023-07-23 20:45:32 +0200
committerSlávek Banko <slavek.banko@axis.cz>2023-07-24 05:09:14 +0200
commit5918d4f6ef63975a03893925f64d7f1990fe78b5 (patch)
tree73cee3f9d0502697ba88bca0fb1d261be6ad2c6a
parent0ac75d6e824f769a5157c3f6052120259905b07a (diff)
downloadtdebindings-5918d4f6ef63975a03893925f64d7f1990fe78b5.tar.gz
tdebindings-5918d4f6ef63975a03893925f64d7f1990fe78b5.zip
kalyptus: No longer use tqt-replace-stream.
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 <slavek.banko@axis.cz>
-rw-r--r--kalyptus/kalyptus2
1 files changed, 1 insertions, 1 deletions
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";
}