diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2023-07-23 20:55:16 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2023-07-24 05:12:41 +0200 |
commit | 85b5faad2c69583c85ca19166fde421ec9b0ee51 (patch) | |
tree | e2c58c9fc966727ebe9ae4936935c360ff07507c | |
parent | b8fec6ee050f7cd64b5a74d7bde605d9110b22d5 (diff) | |
download | libtqt-perl-85b5faad2c69583c85ca19166fde421ec9b0ee51.tar.gz libtqt-perl-85b5faad2c69583c85ca19166fde421ec9b0ee51.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 f60062c70455175815c83707f987b3ccfe66c24d)
-rw-r--r-- | kalyptus/kalyptus | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kalyptus/kalyptus b/kalyptus/kalyptus index c95086f..00918a0 100644 --- a/kalyptus/kalyptus +++ b/kalyptus/kalyptus @@ -362,7 +362,7 @@ sub parseFiles || croak "Can't preprocess $currentfile"; } else { - open( INPUT, "tqt-replace-stream $currentfile |" ) + open( INPUT, "$currentfile" ) || croak "Can't read from $currentfile"; } |