]> git.pld-linux.org Git - packages/XFree86-doc.git/blobdiff - XFree86-doc.spec
- gzipped all PS and txt files.
[packages/XFree86-doc.git] / XFree86-doc.spec
index 1488e54719eabea3a263c692b2a8c6396af945d7..d708f0c894d3e17f4d288d0aa90f6291ebe76af9 100644 (file)
@@ -27,8 +27,8 @@ apliakcji X Window. Format: skompresowany PostScript
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT/%{_docdir}/%{name}-%{version}/
 cd xc/doc/hardcopy
-find . -name \*.Z -exec compress -d {} \;
-find . -type f -exec gzip -9nf {} \;
+find . -name \*.PS -exec gzip -9nf {} \;
+find . -name \*.txt -exec gzip -9nf {} \;
 cp -ar * $RPM_BUILD_ROOT/%{_docdir}/%{name}-%{version}
 
 %clean
This page took 0.040139 seconds and 4 git commands to generate.