summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorFederico G. Schwindt <fgsch@cvs.openbsd.org>2000-01-17 07:06:42 +0000
committerFederico G. Schwindt <fgsch@cvs.openbsd.org>2000-01-17 07:06:42 +0000
commit354627ce32b64dd96eca6bd424795d8e11ad6112 (patch)
treedd1c6d70d2fc179b2f226dc4bda2bbeb258411ee /gnu
parent7e72c8aad4a9eaa91b22f11c2e1d320bb9e98880 (diff)
Install stripped version of a2p; millert@ ok.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/perl/installperl5
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/usr.bin/perl/installperl b/gnu/usr.bin/perl/installperl
index 491971ab1b8..ea2669b684f 100644
--- a/gnu/usr.bin/perl/installperl
+++ b/gnu/usr.bin/perl/installperl
@@ -1,5 +1,5 @@
#!./perl
-# $OpenBSD: installperl,v 1.9 1999/04/29 22:56:02 millert Exp $
+# $OpenBSD: installperl,v 1.10 1999/11/23 05:17:20 millert Exp $
#
# This is hacked up, in order to support DESTDIR and INSTALL_STRIP.
#
@@ -333,7 +333,8 @@ if ($Config{installusrbinperl} eq 'define' &&
if (!$versiononly && ! samepath($installbin, 'x2p')) {
safe_unlink("$installbin/a2p$exe_ext");
- copy("x2p/a2p$exe_ext", "$installbin/a2p$exe_ext");
+ #copy("x2p/a2p$exe_ext", "$installbin/a2p$exe_ext");
+ cmd("$installcmd x2p/a2p$exe_ext $installbin/a2p$exe_ext");
chmod(0755, "$installbin/a2p$exe_ext");
}