File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -47,14 +47,14 @@ _pkgconfig()
4747 return $ret
4848}
4949
50- _pkgconfig " EXISTS:" --exists " $PACKAGE " || exit 2
50+ _pkgconfig " EXISTS:" --exists " $PACKAGE " || exit 2
5151
5252ret=0
5353
54- _pkgconfig " VERSION:" --modversion " $PACKAGE " || ret=3
55- _pkgconfig " CFLAGS: " --cflags " $PACKAGE " || ret=4
56- _pkgconfig " LIBS: " --libs " $PACKAGE " || ret=5
57- _pkgconfig " PROVIDES:" --print-provides " $PACKAGE " || ret=6
58- _pkgconfig " REQUIRES:" --print-requires " $PACKAGE " || ret=7
54+ _pkgconfig " VERSION:" --modversion " $PACKAGE " || ret=3
55+ _pkgconfig " CFLAGS: " --cflags " $PACKAGE " || ret=4
56+ _pkgconfig " LIBS: " --libs " $PACKAGE " || ret=5
57+ _pkgconfig " PROVIDES:" --print-provides " $PACKAGE " || ret=6
58+ _pkgconfig " REQUIRES:" --print-requires " $PACKAGE " || ret=7
5959
6060exit $ret
You can’t perform that action at this time.
0 commit comments