Author: glen                         Date: Thu May 26 06:49:39 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- ln -n for symlink

---- Files affected:
packages/file:
   file.spec (1.183 -> 1.184) 

---- Diffs:

================================================================
Index: packages/file/file.spec
diff -u packages/file/file.spec:1.183 packages/file/file.spec:1.184
--- packages/file/file.spec:1.183       Wed May 25 19:49:49 2011
+++ packages/file/file.spec     Thu May 26 08:49:34 2011
@@ -329,7 +329,7 @@
 # it used to be directory
 if [ -d %{_datadir}/file -a ! -L %{_datadir}/file ]; then
        mv -b %{_datadir}/file{,.dir}
-       ln -s misc %{_datadir}/file
+       ln -sn misc %{_datadir}/file
 %banner -e %{name} <<EOF
 Check %{_datadir}/file.dir for your own files and remove it when done.
 EOF
@@ -390,6 +390,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.184  2011/05/26 06:49:34  glen
+- ln -n for symlink
+
 Revision 1.183  2011/05/25 17:49:49  glen
 - release 3
 
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/file/file.spec?r1=1.183&r2=1.184&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to