]> git.pld-linux.org Git - packages/newt.git/commitdiff
- if arch=ppc don't make docs... sgml sucks... somebody fix
authorMariusz Mazur <mmazur@pld-linux.org>
Sat, 6 Apr 2002 17:44:11 +0000 (17:44 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    newt.spec -> 1.50

newt.spec

index 6ca43324e2c69600bb3931ab11290ad7f1609d6c..e57e15d1313afa99f759cef05e700ff4844b3d01 100644 (file)
--- a/newt.spec
+++ b/newt.spec
@@ -171,9 +171,15 @@ install -d $RPM_BUILD_ROOT
 %{__make} instroot=$RPM_BUILD_ROOT install
 %{__make} instroot=$RPM_BUILD_ROOT install-sh
 
+
+#it just plain doesn't work... fix it if you can
+%ifnarch ppc
 sgml2txt tutorial.sgml
 
 gzip -9nf CHANGES tutorial.txt
+%else
+gzip -9nf CHANGES
+%endif
 
 %clean
 rm -rf $RPM_BUILD_ROOT
This page took 0.038027 seconds and 4 git commands to generate.