]> git.pld-linux.org Git - packages/libssh2.git/commitdiff
- pass libdir during make install
authorAdam Gołębiowski <adamg@pld-linux.org>
Sat, 25 Dec 2004 11:35:53 +0000 (11:35 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libssh2.spec -> 1.3

libssh2.spec

index 3b3a1bc16f411bf90fafca3755b83fd86f13b388..e146c136e489c04f118d359d2e442733bb7476de 100644 (file)
@@ -75,7 +75,8 @@ Pliki nag
 rm -rf $RPM_BUILD_ROOT
 
 %{__make} install \
-       DESTDIR=$RPM_BUILD_ROOT
+       DESTDIR=$RPM_BUILD_ROOT \
+       libdir=%{_libdir}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
This page took 0.093426 seconds and 4 git commands to generate.