Provide shutdown on s390x (#694518)

This commit is contained in:
Martin Gracik 2011-04-08 10:40:38 +02:00
parent 0fa7b20ef2
commit 1009ef9df0
1 changed files with 1 additions and 1 deletions

View File

@ -338,7 +338,7 @@ class LoraxInstallTree(BaseLoraxClass):
if self.basearch in ("s390", "s390x"):
# copy shutdown
src = joinpaths(self.root, "usr", self.libdir, "anaconda/shutdown")
dst = joinpaths(self.root, "sbin", "init")
dst = joinpaths(self.root, "sbin", "shutdown")
os.unlink(dst)
shutil.copy2(src, dst)