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:
parent
3f97a5ce47
commit
fa88ba4315
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user