SPECS: kde4-kdebase-runtime.spec - install -d instead of mkdir
shadzik
shadzik at pld-linux.org
Sat Feb 2 02:54:51 CET 2008
Author: shadzik Date: Sat Feb 2 01:54:51 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- install -d instead of mkdir
---- Files affected:
SPECS:
kde4-kdebase-runtime.spec (1.9 -> 1.10)
---- Diffs:
================================================================
Index: SPECS/kde4-kdebase-runtime.spec
diff -u SPECS/kde4-kdebase-runtime.spec:1.9 SPECS/kde4-kdebase-runtime.spec:1.10
--- SPECS/kde4-kdebase-runtime.spec:1.9 Sat Feb 2 02:45:46 2008
+++ SPECS/kde4-kdebase-runtime.spec Sat Feb 2 02:54:46 2008
@@ -79,7 +79,7 @@
%build
export QTDIR=%{_prefix}
-mkdir build
+install -d build
cd build
%cmake \
-DCMAKE_INSTALL_PREFIX=%{_prefix} \
@@ -366,6 +366,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.10 2008-02-02 01:54:46 shadzik
+- install -d instead of mkdir
+
Revision 1.9 2008-02-02 01:45:46 shadzik
- fix BRs and Rs
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/kde4-kdebase-runtime.spec?r1=1.9&r2=1.10&f=u
More information about the pld-cvs-commit
mailing list