]> git.pld-linux.org Git - packages/dialog.git/commitdiff
- pass libdir to make install (fixes AMD64 build)
authorJacek Konieczny <jajcus@pld-linux.org>
Fri, 26 Dec 2003 17:15:32 +0000 (17:15 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dialog.spec -> 1.47

dialog.spec

index beea9fa680b108e08a5acb60b4b76fe3e9fd4ef8..471b1d218bf858f06f9e362726ab074df6691ac1 100644 (file)
@@ -109,6 +109,7 @@ install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1,%{_examplesdir}/%{name}}
 
 %{__make} install \
     prefix=$RPM_BUILD_ROOT%{_prefix} \
+    LIBDIR=$RPM_BUILD_ROOT%{_libdir} \
     mandir=$RPM_BUILD_ROOT%{_mandir}
 
 cp -a samples/* dialog.pl $RPM_BUILD_ROOT%{_examplesdir}/%{name}
This page took 0.074553 seconds and 4 git commands to generate.