diff options
author | Niels Thykier <niels@thykier.net> | 2017-04-03 09:14:03 +0000 |
---|---|---|
committer | Niels Thykier <niels@thykier.net> | 2017-04-08 07:23:43 +0000 |
commit | 597a12e338beccc3d6a1be1f8c9c007d1a113564 (patch) | |
tree | 1ac7f7e8fd6cf15a99c0cc43a36f1ff9b1b169c7 /dh_missing | |
parent | 444b225ea6f162546663e7c5cda5fe61e5225e71 (diff) | |
download | debhelper-597a12e338beccc3d6a1be1f8c9c007d1a113564.tar.gz |
dh_install: Uninstalled files should still fail
Signed-off-by: Niels Thykier <niels@thykier.net>
Diffstat (limited to 'dh_missing')
-rwxr-xr-x | dh_missing | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -72,8 +72,6 @@ my @installed; my $srcdir = '.'; $srcdir = $dh{SOURCEDIR} if defined $dh{SOURCEDIR}; -my $missing_files = 0; - if (!$dh{LIST_MISSING} && !$dh{FAIL_MISSING}) { exit 0; } @@ -125,10 +123,6 @@ if (@missing) { } } -if ($missing_files) { - error("missing files, aborting"); -} - =head1 SEE ALSO L<debhelper(7)> |