summaryrefslogtreecommitdiff
path: root/source4/heimdal_build/hcrypto-deps.pl
diff options
context:
space:
mode:
Diffstat (limited to 'source4/heimdal_build/hcrypto-deps.pl')
-rwxr-xr-xsource4/heimdal_build/hcrypto-deps.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/heimdal_build/hcrypto-deps.pl b/source4/heimdal_build/hcrypto-deps.pl
index 61dd832b6a..0a2bba12a1 100755
--- a/source4/heimdal_build/hcrypto-deps.pl
+++ b/source4/heimdal_build/hcrypto-deps.pl
@@ -3,7 +3,7 @@ use strict;
foreach (@ARGV) {
my $old = $_;
- my $new = $old; $new =~ s/des/des\/hcrypto/g;
+ my $new = $old; $new =~ s/hcrypto/hcrypto\/hcrypto/g;
my $dir = $old;
- print "$new: heimdal/lib/des/hcrypto\n";
+ print "$new: heimdal/lib/hcrypto/hcrypto\n";
}