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/25/head
Slávek Banko 1 year ago
parent 0ac75d6e82
commit 5918d4f6ef
No known key found for this signature in database
GPG Key ID: 608F5293A04BE668

@ -376,7 +376,7 @@ sub parseFiles
|| croak "Can't preprocess $currentfile"; || croak "Can't preprocess $currentfile";
} }
else { else {
open( INPUT, "tqt-replace-stream $currentfile |" ) open( INPUT, "$currentfile" )
|| croak "Can't read from $currentfile"; || croak "Can't read from $currentfile";
} }

Loading…
Cancel
Save