aboutsummaryrefslogtreecommitdiffstats
path: root/find-provides.in
blob: 8c82209fc66ddd3aa8d800ae9c8ecb858c3cecea (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/bash

# This script reads filenames from STDIN and outputs any relevant provides
# information that needs to be included in the package.

filelist=`sed "s/['\"]/\\\&/g"`

# fix parsing output of objdump when localized (mga#7883):
export LC_ALL=C

exit 0