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 f60062c704)
r14.1.x
Slávek Banko 1 year ago
parent b8fec6ee05
commit 85b5faad2c
No known key found for this signature in database
GPG Key ID: 608F5293A04BE668

@ -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";
}

Loading…
Cancel
Save