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.

5 lines
231 B

  1. # if /usr/bin/kde-config exists, the wrapper exists, too.
  2. if [ -x $root/$ROCKCFG_PKG_KDE3_CORE_PREFIX/bin/kde-config ] ; then
  3. export kde_htmldir="`kde-config --install html --expandvars`"
  4. export KDECONFIG="`which kde-config`"
  5. fi