SPECS (DEVEL): amarok.spec - pass LIB_INSTALL_DIR

shadzik shadzik at pld-linux.org
Tue Oct 7 23:06:23 CEST 2008


Author: shadzik                      Date: Tue Oct  7 21:06:23 2008 GMT
Module: SPECS                         Tag: DEVEL
---- Log message:
- pass LIB_INSTALL_DIR

---- Files affected:
SPECS:
   amarok.spec (1.123.2.32 -> 1.123.2.33) 

---- Diffs:

================================================================
Index: SPECS/amarok.spec
diff -u SPECS/amarok.spec:1.123.2.32 SPECS/amarok.spec:1.123.2.33
--- SPECS/amarok.spec:1.123.2.32	Tue Oct  7 22:44:31 2008
+++ SPECS/amarok.spec	Tue Oct  7 23:06:18 2008
@@ -113,11 +113,12 @@
 install -d build
 cd build
 %cmake \
-		-DCMAKE_INSTALL_PREFIX=%{_prefix} \
+	-DCMAKE_INSTALL_PREFIX=%{_prefix} \
+	-DLIB_INSTALL_DIR=%{_libdir} \
 %if "%{_lib}" == "lib64"
-		-DLIB_SUFFIX=64 \
+	-DLIB_SUFFIX=64 \
 %endif
-		../
+	../
 
 %{__make}
 
@@ -265,6 +266,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.123.2.33  2008/10/07 21:06:18  shadzik
+- pass LIB_INSTALL_DIR
+
 Revision 1.123.2.32  2008/10/07 20:44:31  shadzik
 - 1.92.2
 - not tested ;)
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/amarok.spec?r1=1.123.2.32&r2=1.123.2.33&f=u



More information about the pld-cvs-commit mailing list