diff options
author | laroche <laroche> | 2001-07-20 08:08:06 +0000 |
---|---|---|
committer | laroche <laroche> | 2001-07-20 08:08:06 +0000 |
commit | 28a046bd21960576b3c1628b75e6f19a4e039046 (patch) | |
tree | c28c206e6e6a726761093b4181302d59cb2a48e0 /fonts | |
parent | b28e0fc487e766dd9e236f7660c02210c7d6c616 (diff) | |
download | anaconda-28a046bd21960576b3c1628b75e6f19a4e039046.tar.gz anaconda-28a046bd21960576b3c1628b75e6f19a4e039046.tar.xz anaconda-28a046bd21960576b3c1628b75e6f19a4e039046.zip |
add s390/s390x patches
Diffstat (limited to 'fonts')
-rw-r--r-- | fonts/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/fonts/Makefile b/fonts/Makefile index d4da8d7ca..2fb0ffa8d 100644 --- a/fonts/Makefile +++ b/fonts/Makefile @@ -20,3 +20,9 @@ sparc: ia64: ./updfonts ia64 + +s390: + ./updfonts s390 + +s390x: + ./updfonts s390x |