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 5918d4f6ef)
r14.1.x
Slávek Banko 2 years ago
parent 62466ad1ac
commit 0a085cfb7f
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