We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad842cf commit 658482dCopy full SHA for 658482d
scripts/build
@@ -336,7 +336,9 @@ if [ ! -f $STAMP ]; then
336
rm -rf $i/share/doc
337
rm -rf $i/share/gtk-doc
338
rm -rf $i/share/info
339
- rm -rf $i/share/locale
+ if [ ! "$GLIBC_LOCALES" = yes ]; then
340
+ rm -rf $i/share/locale
341
+ fi
342
rm -rf $i/share/man
343
rm -rf $i/share/pkgconfig
344
find $i -name "*.la" -exec rm -f "{}" ";" 2>/dev/null || true
0 commit comments