1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

Fix problem with the python-samba Debian package.

This commit is contained in:
Eloy Paris 0001-01-01 00:00:00 +00:00
parent 3f97a5ce47
commit fa88ba4315

View File

@ -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