mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
252 B

  1. if pkgcheck kdelibs X ; then
  2. if [ "$ROCKCFG_LINGUAS" == "all" ] ; then
  3. # note this only works if using ./scripts/Config -nobashmod
  4. pkgenable kde-i18n=.*
  5. else
  6. for lang in $ROCKCFG_LINGUAS ; do
  7. pkgenable kde-i18n=kde-i18n-$lang
  8. done
  9. fi
  10. fi