]> git.pld-linux.org Git - packages/kde4-kdebase-runtime.git/commitdiff
- install -d instead of mkdir
authorshadzik <shadzik@pld-linux.org>
Sat, 2 Feb 2008 01:54:46 +0000 (01:54 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    kde4-kdebase-runtime.spec -> 1.10

kde4-kdebase-runtime.spec

index 224d68d58c2a48d58eb43e7fccfed3d6fca0bc11..b69ed8f277524bc99a497fa5bb8d7bbc03738716 100644 (file)
@@ -78,7 +78,7 @@ Styl Oxygen dla KDE.
 
 %build
 export QTDIR=%{_prefix}
-mkdir build
+install -d build
 cd build
 %cmake \
        -DCMAKE_INSTALL_PREFIX=%{_prefix} \
This page took 0.078346 seconds and 4 git commands to generate.