summaryrefslogtreecommitdiff
path: root/Debian/Debhelper
diff options
context:
space:
mode:
authorjoeyh <joeyh>2006-06-07 18:05:03 +0000
committerjoeyh <joeyh>2006-06-07 18:05:03 +0000
commit7b7509d1776c3adf64cdaeae34c0a2c8c613ef1d (patch)
treedb6f1b8b719bd57cbbc1f56091f826488e1434ef /Debian/Debhelper
parent3c2935121745ff7aa107fb8c126d48ca300b7335 (diff)
r1925: typo
Diffstat (limited to 'Debian/Debhelper')
-rw-r--r--Debian/Debhelper/Dh_Lib.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Debian/Debhelper/Dh_Lib.pm b/Debian/Debhelper/Dh_Lib.pm
index 8b59d43a..435b7001 100644
--- a/Debian/Debhelper/Dh_Lib.pm
+++ b/Debian/Debhelper/Dh_Lib.pm
@@ -628,7 +628,7 @@ sub getpackages {
if ($package &&
(($type eq 'indep' && $arch eq 'all') ||
($type eq 'arch' && $arch ne 'all') ||
- ($type eq 'same' && ($arch eq 'any' || samearch($buildarch, $arch) ||
+ ($type eq 'same' && ($arch eq 'any' || samearch($buildarch, $arch))) ||
! $type)) {
push @list, $package;
$package="";