summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Terpstra <jht@samba.org>2000-04-25 20:18:29 +0000
committerJohn Terpstra <jht@samba.org>2000-04-25 20:18:29 +0000
commitbe7955d5091c375a2f15dc60c46795c2641ee5ee (patch)
tree20d090868c967efee7bf13d39ad08ed150f65d64
parent1e07adea065baa06d8c18ddf6807509e7854d611 (diff)
downloadsamba-be7955d5091c375a2f15dc60c46795c2641ee5ee.tar.gz
Fixed bad unicode page generation specs.
-rw-r--r--packaging/PHT/TurboLinux/samba2.spec.tmpl2
-rw-r--r--packaging/RedHat/samba2.spec.tmpl2
2 files changed, 2 insertions, 2 deletions
diff --git a/packaging/PHT/TurboLinux/samba2.spec.tmpl b/packaging/PHT/TurboLinux/samba2.spec.tmpl
index 3c2d9215ce2..da331572452 100644
--- a/packaging/PHT/TurboLinux/samba2.spec.tmpl
+++ b/packaging/PHT/TurboLinux/samba2.spec.tmpl
@@ -299,7 +299,7 @@ do
done
for i in 437 737 850 852 861 866 932 936 949 950 ISO8859-1 ISO8859-2 ISO8859-5 ISO8859-7 KOI8-R
do
-/usr/bin/make_unicodemap CP$i.TXT /etc/codepages/src/CP$i.TXT /etc/codepages/unicode_map.$i
+/usr/bin/make_unicodemap $i /etc/codepages/src/CP$i.TXT /etc/codepages/unicode_map.$i
done
# Add swat entry to /etc/services if not already there
diff --git a/packaging/RedHat/samba2.spec.tmpl b/packaging/RedHat/samba2.spec.tmpl
index e02848fd301..29fc44c3c64 100644
--- a/packaging/RedHat/samba2.spec.tmpl
+++ b/packaging/RedHat/samba2.spec.tmpl
@@ -243,7 +243,7 @@ do
done
for i in 437 737 850 852 861 866 932 936 949 950 ISO8859-1 ISO8859-2 ISO8859-5 ISO8859-7 KOI8-R
do
-%{prefix}/bin/make_unicodemap CP$i.TXT /etc/codepages/src/CP$i.TXT /etc/codepages/unicode_map.$i
+%{prefix}/bin/make_unicodemap $i /etc/codepages/src/CP$i.TXT /etc/codepages/unicode_map.$i
done
# Add swat entry to /etc/services if not already there