diff options
Diffstat (limited to 'bibletime.spec')
-rw-r--r-- | bibletime.spec | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bibletime.spec b/bibletime.spec index e5bb4c7..82b16a6 100644 --- a/bibletime.spec +++ b/bibletime.spec @@ -60,8 +60,8 @@ rm -rf $RPM_BUILD_DIR/%{name}-%{version} make -f Makefile.cvs # Look for common rpm-options: -if [ -f /etc/opt/kde3/common_options ]; then - . /etc/opt/kde3/common_options +if [ -f /etc/opt/trinity/common_options ]; then + . /etc/opt/trinity/common_options ./configure $configkde else ./configure --prefix=${_prefix} |