summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEloy Paris <peloy@samba.org>2003-09-08 17:28:55 +0000
committerEloy Paris <peloy@samba.org>2003-09-08 17:28:55 +0000
commitfa88ba4315b5ae318fe069c9453f3c77481fca50 (patch)
tree8b52eb2d2933c60a378ac4ddedc541a73a2f854d
parent3f97a5ce47bbdd3010dd8e234a7aa5838b524b46 (diff)
downloadsamba-fa88ba4315b5ae318fe069c9453f3c77481fca50.tar.gz
samba-fa88ba4315b5ae318fe069c9453f3c77481fca50.tar.xz
samba-fa88ba4315b5ae318fe069c9453f3c77481fca50.zip
Fix problem with the python-samba Debian package.
-rwxr-xr-xpackaging/Debian/debian/rules7
1 files changed, 6 insertions, 1 deletions
diff --git a/packaging/Debian/debian/rules b/packaging/Debian/debian/rules
index cc6b5a743b4..9ed023baa97 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