]> git.pld-linux.org Git - packages/alienarena2007.git/blobdiff - alienarena2007.spec
- dos2unix
[packages/alienarena2007.git] / alienarena2007.spec
index 22b02d5e357266a65e76c9e5f290c7863aa492e4..4a1228516c2a23f60076d1eb7ca6d6608c4e6db2 100644 (file)
@@ -59,8 +59,9 @@ Alien Arena.
 %setup -q -n %{name}
 rm -f ../GH3D.txt ../GamersHell.url
 
-# undos the source
-find '(' -name '*.c' -o -name '*.h' ')' -print0 | xargs -0 sed -i -e 's,\r$,,'
+for file in lst cfg txt html lng h c ; do
+        find ./ -noleaf -type f -name \*.$file -exec dos2unix '{}' \;
+done
 
 %build
 %{__make} \
This page took 0.99068 seconds and 4 git commands to generate.