]> git.pld-linux.org Git - packages/anaconda.git/commitdiff
- ARCH-pld-linux when writing /etc/rpm/platform
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 6 Jun 2006 17:32:44 +0000 (17:32 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    anaconda-branding.patch -> 1.3

anaconda-branding.patch

index d3d07c4b89c24c376ab485cce9b7040bf2c9d5a7..2e6f7689b6fed301ce3e0734edf142d656d940a7 100644 (file)
  
  if path is not None:
      f = open(path, "r")
+--- anaconda-11.0.5/iutil.py~  2006-06-06 20:14:33.538984888 +0300
++++ anaconda-11.0.5/iutil.py   2006-06-06 20:31:10.801311289 +0300
+@@ -656,7 +656,7 @@
+     rhpl.arch.canonArch = myarch            
+         
+     f = open("%s/etc/rpm/platform" %(root,), 'w+')
+-    f.write("%s-redhat-linux\n" %(myarch,))
++    f.write("%s-pld-linux\n" %(myarch,))
+     f.close()
+     # FIXME: writing /etc/rpm/macros feels wrong somehow
This page took 0.053695 seconds and 4 git commands to generate.