diff options
author | joeyh <joeyh> | 2006-06-07 18:05:03 +0000 |
---|---|---|
committer | joeyh <joeyh> | 2006-06-07 18:05:03 +0000 |
commit | 7b7509d1776c3adf64cdaeae34c0a2c8c613ef1d (patch) | |
tree | db6f1b8b719bd57cbbc1f56091f826488e1434ef /Debian | |
parent | 3c2935121745ff7aa107fb8c126d48ca300b7335 (diff) | |
download | debhelper-7b7509d1776c3adf64cdaeae34c0a2c8c613ef1d.tar.gz |
r1925: typo
Diffstat (limited to 'Debian')
-rw-r--r-- | Debian/Debhelper/Dh_Lib.pm | 2 |
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=""; |