summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorundefine2004-08-27 22:04:31 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commit36626e31418c39899c40526379251edecf64c537 (patch)
treeff45b2e777edffe4afe41ef029d5ac51fe476aa2
parent917b4b44db7fecfddaec4b584651f2fc37b87869 (diff)
downloadplt-36626e31418c39899c40526379251edecf64c537.zip
plt-36626e31418c39899c40526379251edecf64c537.tar.gz
- small test... on amd64
Changed files: plt.spec -> 1.14
-rw-r--r--plt.spec3
1 files changed, 3 insertions, 0 deletions
diff --git a/plt.spec b/plt.spec
index 4a07311..7716173 100644
--- a/plt.spec
+++ b/plt.spec
@@ -148,6 +148,9 @@ CXXFLAGS="%{rpmcflags} -fPIC"
%install
rm -rf $RPM_BUILD_ROOT
install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir},%{_includedir},%{_libdir}/%{name}}
+%if "%{_lib}" != "lib"
+ln -sf %{_lib} $RPM_BUILD_ROOT%{_prefix}/lib
+%endif
%{__make} -C src install \
prefix=$RPM_BUILD_ROOT%{_prefix}