summaryrefslogtreecommitdiff
path: root/pkgtools/pkglint/files/pkglint.pl
diff options
context:
space:
mode:
Diffstat (limited to 'pkgtools/pkglint/files/pkglint.pl')
-rw-r--r--pkgtools/pkglint/files/pkglint.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgtools/pkglint/files/pkglint.pl b/pkgtools/pkglint/files/pkglint.pl
index 00c5229ee8f..83bde59e308 100644
--- a/pkgtools/pkglint/files/pkglint.pl
+++ b/pkgtools/pkglint/files/pkglint.pl
@@ -11,7 +11,7 @@
# Freely redistributable. Absolutely no warranty.
#
# From Id: portlint.pl,v 1.64 1998/02/28 02:34:05 itojun Exp
-# $NetBSD: pkglint.pl,v 1.9 1999/07/08 09:46:09 agc Exp $
+# $NetBSD: pkglint.pl,v 1.10 1999/08/10 10:38:10 agc Exp $
#
# This version contains some changes necessary for NetBSD packages
# done by Hubert Feyrer <hubertf@netbsd.org> and
@@ -75,7 +75,7 @@ NetBSD @PORTSDIR@ NetBSD 1 1 1 0 1 @PREFIX@
EOF
$osname = `uname -s`;
$osname =~ s/\n$//;
-if ($osname eq "SunOS") {
+if (($osname eq "SunOS") || ($osname eq "Linux")) {
$osname = "NetBSD"
}
foreach $i (@osdep) {