File tree Expand file tree Collapse file tree
pkg/build/pipelines/split Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,14 +26,12 @@ pipeline:
2626
2727 libdirs=usr/
2828 [ -d lib/ ] && libdirs="lib/ $libdirs"
29- [ -d lib64/ ] && libdirs="lib64/ $libdirs"
3029 for i in usr/include usr/lib/pkgconfig usr/share/pkgconfig \
3130 usr/share/aclocal usr/share/gettext \
3231 usr/bin/*-config usr/bin/*_config usr/share/vala/vapi \
3332 usr/share/gir-[0-9]* usr/share/qt*/mkspecs \
3433 usr/lib/qt*/mkspecs usr/lib/cmake \
3534 usr/lib/glade/modules usr/share/glade/catalogs \
36- usr/local/*/include usr/local/*/lib64 \
3735 $(find . -name include -type d) \
3836 $(find $libdirs -name '*.a' 2>/dev/null) \
3937 $(find $libdirs -name '*.[cho]' \
Original file line number Diff line number Diff line change @@ -26,7 +26,6 @@ pipeline:
2626
2727 libdirs=usr/
2828 [ -d lib/ ] && libdirs="lib/ $libdirs"
29- [ -d lib64/ ] && libdirs="lib64/ $libdirs"
3029 for i in \
3130 $(find $libdirs -name '*.a' 2>/dev/null); do
3231 if [ -e "$PACKAGE_DIR/$i" ] || [ -L "$PACKAGE_DIR/$i" ]; then
You can’t perform that action at this time.
0 commit comments