Skip to content

Commit

Permalink
Merge pull request #879 from joemiller/patch-1
Browse files Browse the repository at this point in the history
add `*_config` pattern to split/dev pipeline
  • Loading branch information
kaniini authored Jan 2, 2024
2 parents a2eb26c + d142873 commit 3cd10b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/build/pipelines/split/dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ pipeline:
[ -d lib/ ] && libdirs="lib/ $libdirs"
for i in usr/include usr/lib/pkgconfig usr/share/pkgconfig \
usr/share/aclocal usr/share/gettext \
usr/bin/*-config usr/share/vala/vapi \
usr/bin/*-config usr/bin/*_config usr/share/vala/vapi \
usr/share/gir-[0-9]* usr/share/qt*/mkspecs \
usr/lib/qt*/mkspecs usr/lib/cmake \
usr/lib/glade/modules usr/share/glade/catalogs \
Expand Down

0 comments on commit 3cd10b7

Please sign in to comment.