aboutsummaryrefslogtreecommitdiffstats
path: root/gendistrib
diff options
context:
space:
mode:
Diffstat (limited to 'gendistrib')
-rwxr-xr-xgendistrib2
1 files changed, 1 insertions, 1 deletions
diff --git a/gendistrib b/gendistrib
index 1f0e0ea..6a2094c 100755
--- a/gendistrib
+++ b/gendistrib
@@ -123,7 +123,7 @@ foreach my $d ($infodir, map { "$_->{path}/media_info" } @hdlists) {
}
foreach my $e (@hdlists) {
- if ($e->{dir} =~ /%{ARCH}/) {
+ if ($e->{dir} =~ /%\{ARCH\}/) {
die "sorry, %{ARCH} not supported anymore\n";
}
@{$e->{files}} = glob("$root/$e->{dir}/*.rpm") or do {