diff options
| author | Slávek Banko <slavek.banko@axis.cz> | 2023-07-23 20:45:32 +0200 |
|---|---|---|
| committer | Slávek Banko <slavek.banko@axis.cz> | 2023-07-24 05:11:24 +0200 |
| commit | 0a085cfb7f2f3c1133f28df8d0e1dcd3b817808c (patch) | |
| tree | 9a88a483001f84e018198f8ee6f9bf86717aeda7 | |
| parent | 62466ad1ac74954fba860f4135c809306ad716ec (diff) | |
| download | tdebindings-0a085cfb7f2f3c1133f28df8d0e1dcd3b817808c.tar.gz tdebindings-0a085cfb7f2f3c1133f28df8d0e1dcd3b817808c.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>
(cherry picked from commit 5918d4f6ef63975a03893925f64d7f1990fe78b5)
| -rw-r--r-- | kalyptus/kalyptus | 2 |
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"; } |
