From e75f6a972c3307881adc1bb2aacc4b1e21417883 Mon Sep 17 00:00:00 2001
From: Eric Andersen <andersen@codepoet.org>
Date: Wed, 20 Dec 2000 20:41:02 +0000
Subject: Fix a stupid naming error.

---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index d3e168631..078478627 100755
--- a/debian/rules
+++ b/debian/rules
@@ -82,7 +82,7 @@ do_static: half_clean build-static install-static
 
 
 # Now for the .udeb stuff
-PACKAGE=busybox
+PACKAGE=busybox-udeb
 VERSION=$(shell dpkg-parsechangelog | grep ^Version: | cut -d ' ' -f 2)
 ARCH=$(shell dpkg --print-architecture)
 FILENAME=$(PACKAGE)_$(VERSION)_$(ARCH).udeb
-- 
cgit v1.2.3