From 8dbdf58c7ac60e83a4814940c55e02075c89d35f Mon Sep 17 00:00:00 2001 From: Wichert Akkerman Date: Wed, 20 Dec 2000 00:57:13 +0000 Subject: [PATCH] fix syntax error --- scripts/dpkg-architecture.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/dpkg-architecture.pl b/scripts/dpkg-architecture.pl index 700c0d92..1eb4b4f0 100755 --- a/scripts/dpkg-architecture.pl +++ b/scripts/dpkg-architecture.pl @@ -60,7 +60,7 @@ require 'controllib.pl'; 'shed', 'shed-linux', 'hppa', 'hppa-linux', 'hurd-i386', 'i386-gnu', - 's390', 's390-linux'); + 's390', 's390-linux', 'freebsd-i386', 'i386-freebsd'); sub usageversion { -- 2.39.5