diff options
author | Eloy Paris <peloy@samba.org> | 2003-09-08 17:30:14 +0000 |
---|---|---|
committer | Eloy Paris <peloy@samba.org> | 2003-09-08 17:30:14 +0000 |
commit | 36dd3b26c6b42189b001b0fd3533d4059e7752e5 (patch) | |
tree | 4e43beb3b3e4bc36065e7ed761a66ea0c431c4b5 /packaging/Debian | |
parent | 77f827dd36777e5acda57fc71595fd39399dc572 (diff) | |
download | samba-36dd3b26c6b42189b001b0fd3533d4059e7752e5.tar.gz samba-36dd3b26c6b42189b001b0fd3533d4059e7752e5.tar.bz2 samba-36dd3b26c6b42189b001b0fd3533d4059e7752e5.zip |
Whoops, fix type in comment.
(This used to be commit a1b2852eaa1c4caa03fe92acbb49a4ff67c790d2)
Diffstat (limited to 'packaging/Debian')
-rwxr-xr-x | packaging/Debian/debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/Debian/debian/rules b/packaging/Debian/debian/rules index 9ed023baa9..a59aebeb9c 100755 --- a/packaging/Debian/debian/rules +++ b/packaging/Debian/debian/rules @@ -207,7 +207,7 @@ install: build # Install the Python modules # - # Hmmm... need to figure this out. We have lib.linux-i686-2.3 + # Hmmm... need to figure this out. We have lib.linux-i686-2.2 # 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/ |