changeset 523:4ff1bf0345c9 maemo

- dropbear-server doesn't have anything in /usr/lib/dropbear
author Matt Johnston <matt@ucc.asn.au>
date Tue, 18 Nov 2008 13:55:57 +0000
parents 8cc0598b0b9a
children 3c3cef8a32e6
files debian/rules
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/debian/rules	Tue Nov 18 12:53:48 2008 +0000
+++ b/debian/rules	Tue Nov 18 13:55:57 2008 +0000
@@ -87,8 +87,7 @@
 
 	install -d -m0755 '$(DIR)'/DEBIAN
 	test '$(CC)' != 'gcc' || \
-	  dpkg-shlibdeps '$(DIR)'/usr/sbin/* \
-	    '$(DIR)'/usr/lib/dropbear/*
+	  dpkg-shlibdeps '$(DIR)'/usr/sbin/*
 	dpkg-gencontrol -isp -pdropbear-server -P'$(DIR)'
 	dpkg -b '$(DIR)' ..