]> git.pld-linux.org Git - packages/ebook-tools.git/commitdiff
- always use chroot-like folder for building with cmake
authorshadzik <shadzik@pld-linux.org>
Fri, 20 Jun 2008 19:03:21 +0000 (19:03 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ebook-tools.spec -> 1.5

ebook-tools.spec

index 30d8fd020d5853b1a838220d7f054a63f55ec803..1217b9000d8a291917589e0be9949b4c918607e0 100644 (file)
@@ -36,15 +36,17 @@ Pakiet ten zawiera pliki nagłówkowe do ebook-tools.
 %setup -q
 
 %build
+install build
+cd build
 %cmake \
        -DCMAKE_INSTALL_PREFIX=%{_prefix} \
-       .
+       ../
 %{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
-%{__make} install \
+%{__make} -C build install \
        DESTDIR=$RPM_BUILD_ROOT
 
 %clean
This page took 0.064837 seconds and 4 git commands to generate.