* Andreas Schuldei ([EMAIL PROTECTED]) [001124 23:55]: > kvoctrain has a nice configure script where a couple of environment variables > are checked and set. What about the other kde packages? is this common > ground? > > I do not even know what all these defaults are really supposed to be. Has > anyone exported all these variables in their debain/rules so I could copy that > section?
I wanted to attach something, sorry: if test -z "$kde_htmldir"; then kde_htmldir='$(prefix)/share/doc/HTML' fi if test -z "$kde_appsdir"; then kde_appsdir='$(prefix)/share/applnk' fi if test -z "$kde_icondir"; then kde_icondir='$(prefix)/share/icons' fi if test -z "$kde_sounddir"; then kde_sounddir='$(prefix)/share/sounds' fi if test -z "$kde_datadir"; then kde_datadir='$(prefix)/share/apps' fi if test -z "$kde_locale"; then kde_locale='$(prefix)/share/locale' fi if test -z "$kde_cgidir"; then kde_cgidir='$(exec_prefix)/cgi-bin' fi if test -z "$kde_confdir"; then kde_confdir='$(prefix)/share/config' fi if test -z "$kde_mimedir"; then kde_mimedir='$(prefix)/share/mimelnk' fi if test -z "$kde_toolbardir"; then kde_toolbardir='$(prefix)/share/toolbar' fi if test -z "$kde_wallpaperdir"; then kde_wallpaperdir='$(prefix)/share/wallpapers' fi if test -z "$kde_bindir"; then kde_bindir='$(exec_prefix)/bin' fi if test -z "$kde_servicesdir"; then kde_servicesdir='$(prefix)/share/services' fi if test -z "$kde_servicetypesdir"; then kde_servicetypesdir='$(prefix)/share/servicetypes' fi

