]> git.pld-linux.org Git - packages/fckeditor.git/blobdiff - fckeditor.spec
- undos also .html
[packages/fckeditor.git] / fckeditor.spec
index 3e0778644a28727045e1006db87cb683f08885db..b6607d8eee84b19c3fb505853ab88784d298accf 100644 (file)
@@ -4,7 +4,7 @@ Summary:        The text editor for Internet
 Summary(pl.UTF-8):     Edytor tekstowy dla Internetu
 Name:          fckeditor
 Version:       2.6.2
-Release:       0.1
+Release:       0.2
 License:       LGPL v2.1
 Group:         Applications/WWW
 Source0:       http://dl.sourceforge.net/fckeditor/FCKeditor_%{version}.tar.gz
@@ -36,7 +36,7 @@ rm -f fckeditor.{afp,asp,cfc,cfm,lasso}
 
 # undos the source
 sed -i -e 's,\r$,,' fckeditor.*
-find '(' -name '*.js' -o -name '*.css' -o -name '*.txt' ')' -print0 | xargs -0 sed -i -e 's,\r$,,'
+find '(' -name '*.js' -o -name '*.css' -o -name '*.txt' -o -name '*.html' ')' -print0 | xargs -0 sed -i -e 's,\r$,,'
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.048674 seconds and 4 git commands to generate.