diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-21 01:43:11 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-21 01:43:11 +0000 |
commit | 1164a93612fead2388a5eea7d8712d36c3a616a8 (patch) | |
tree | f8cf82e1db2d1f7495aff16566d2f2eeb2aaf42c /bibletime.spec.in | |
parent | 50d6a8e70ca7a43d45560ef8333db9bccbbe66f7 (diff) | |
download | bibletime-1164a93612fead2388a5eea7d8712d36c3a616a8.tar.gz bibletime-1164a93612fead2388a5eea7d8712d36c3a616a8.zip |
Convert remaining references to kde3 (e.g. in paths) to trinity
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/bibletime@1248408 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'bibletime.spec.in')
-rw-r--r-- | bibletime.spec.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bibletime.spec.in b/bibletime.spec.in index 509f444..232c275 100644 --- a/bibletime.spec.in +++ b/bibletime.spec.in @@ -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} |