diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2005-04-29 21:07:10 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2005-04-29 21:07:10 +0000 |
commit | 830cdf54b469c3bce48e22ec22efb1945d6581ad (patch) | |
tree | 7a0928fde801c406d7bf90d63db51761388cd697 /net-fs | |
parent | Fixed patchset urls. (diff) | |
download | gentoo-2-830cdf54b469c3bce48e22ec22efb1945d6581ad.tar.gz gentoo-2-830cdf54b469c3bce48e22ec22efb1945d6581ad.tar.bz2 gentoo-2-830cdf54b469c3bce48e22ec22efb1945d6581ad.zip |
fix the samba/cups symlink in 3.0.11 as well
(Portage version: 2.0.51.20-r5)
Diffstat (limited to 'net-fs')
-rw-r--r-- | net-fs/samba/samba-3.0.11.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-fs/samba/samba-3.0.11.ebuild b/net-fs/samba/samba-3.0.11.ebuild index a0225e7f2f0f..69a1a5be4dd9 100644 --- a/net-fs/samba/samba-3.0.11.ebuild +++ b/net-fs/samba/samba-3.0.11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.0.11.ebuild,v 1.7 2005/04/28 13:28:59 satya Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.0.11.ebuild,v 1.8 2005/04/29 21:07:10 seemant Exp $ inherit eutils versionator @@ -180,7 +180,7 @@ src_install() { # make the smb backend symlink for cups printing support.. if use cups; then dodir /usr/$(get_libdir)/cups/backend - dosym ../bin/smbspool /usr/$(get_libdir)/cups/backend/smb + dosym ../../../bin/smbspool /usr/$(get_libdir)/cups/backend/smb fi # VFS plugin modules |