packages: root/root.spec - missing backslash

lisu lisu at pld-linux.org
Wed Dec 15 16:01:32 CET 2010


Author: lisu                         Date: Wed Dec 15 15:01:32 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- missing backslash

---- Files affected:
packages/root:
   root.spec (1.35 -> 1.36) 

---- Diffs:

================================================================
Index: packages/root/root.spec
diff -u packages/root/root.spec:1.35 packages/root/root.spec:1.36
--- packages/root/root.spec:1.35	Wed Dec 15 16:00:30 2010
+++ packages/root/root.spec	Wed Dec 15 16:01:24 2010
@@ -86,7 +86,7 @@
 %build
 ./configure %{config_target} \
 	--prefix=%{_prefix} \
-	--libdir=%{_libdir}/root
+	--libdir=%{_libdir}/root \
 	--disable-builtin-afterimage \
 	--disable-builtin-ftgl \
 	--disable-builtin-freetype \
@@ -128,6 +128,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.36  2010/12/15 15:01:24  lisu
+- missing backslash
+
 Revision 1.35  2010/12/15 15:00:30  lisu
 - pass --libdir to configure in order to fix build on 64 bits
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/root/root.spec?r1=1.35&r2=1.36&f=u



More information about the pld-cvs-commit mailing list