]> git.pld-linux.org Git - packages/kicad.git/commitdiff
- restore libdir fix and adjust it for cmake build system
authorlisu <lisu@pld-linux.org>
Tue, 28 Jun 2011 14:42:27 +0000 (14:42 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    kicad.spec -> 1.23

kicad.spec

index fa0ee940091b25e354e167a953ecf38c1ea69ced..993ba0293f628db22b0225d5702843912afc4ccc 100644 (file)
@@ -47,6 +47,10 @@ programów:
 %prep
 %setup -q  -n %{name}_sources
 
+%if "%{_lib}" != "lib"
+       %{__sed} -i -e "s@/lib/@/%{_lib}/@g" CMakeLists.txt
+%endif
+
 %build
 install -d build
 cd build
This page took 0.112277 seconds and 4 git commands to generate.