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>
pull/9/head
Slávek Banko 10 months ago
parent a60dd4770b
commit f60062c704
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