From 77f827dd36777e5acda57fc71595fd39399dc572 Mon Sep 17 00:00:00 2001 From: Eloy Paris Date: Mon, 8 Sep 2003 17:28:55 +0000 Subject: Fix problem with the python-samba Debian package. (This used to be commit fa88ba4315b5ae318fe069c9453f3c77481fca50) --- packaging/Debian/debian/rules | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'packaging/Debian') diff --git a/packaging/Debian/debian/rules b/packaging/Debian/debian/rules index cc6b5a743b..9ed023baa9 100755 --- a/packaging/Debian/debian/rules +++ b/packaging/Debian/debian/rules @@ -206,7 +206,12 @@ install: build install -m755 debian/samba-common.dhcp $(DESTDIR)/etc/dhcp3/dhclient-enter-hooks.d/samba # Install the Python modules - cp source/build/lib.*/samba/*.so $(DESTDIR)/usr/lib/python2.3/site-packages/ + # + # Hmmm... need to figure this out. We have lib.linux-i686-2.3 + # and lib.linux-i686-2.3 directories. Using only the stuff from + # the 2.3 directory for now. peloy.- + #cp source/build/lib.*/samba/*.so $(DESTDIR)/usr/lib/python2.3/site-packages/ + cp source/build/lib.linux-i686-2.3/samba/*.so $(DESTDIR)/usr/lib/python2.3/site-packages/ dh_movefiles -- cgit