packages: file/file.spec - recreate link in pretrans, hopefully solves brok...

glen glen at pld-linux.org
Mon May 25 02:10:49 CEST 2009


Author: glen                         Date: Mon May 25 00:10:49 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- recreate link in pretrans, hopefully solves broken upgrades; rel 3

---- Files affected:
packages/file:
   file.spec (1.167 -> 1.168) 

---- Diffs:

================================================================
Index: packages/file/file.spec
diff -u packages/file/file.spec:1.167 packages/file/file.spec:1.168
--- packages/file/file.spec:1.167	Mon May 11 08:28:39 2009
+++ packages/file/file.spec	Mon May 25 02:10:43 2009
@@ -30,7 +30,7 @@
 Summary(zh_TW.UTF-8):	用於決定檔案類型的一個工具程式。
 Name:		file
 Version:	5.03
-Release:	2
+Release:	3
 License:	distributable
 Group:		Applications/File
 URL:		http://www.darwinsys.com/file/
@@ -328,6 +328,7 @@
 # it used to be directory
 if [ -d %{_datadir}/file ]; then
 	mv -b %{_datadir}/file{,.dir}
+	ln -s misc %{_datadir}/file
 %banner -e %{name} <<EOF
 Check %{_datadir}/file.dir for your own files and remove it when done.
 EOF
@@ -385,6 +386,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.168  2009/05/25 00:10:43  glen
+- recreate link in pretrans, hopefully solves broken upgrades; rel 3
+
 Revision 1.167  2009/05/11 06:28:39  glen
 - checkout could be ambiguous
 
================================================================

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



More information about the pld-cvs-commit mailing list