Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 133133 - Maqke samba work with cups-1.2
Summary: Maqke samba work with cups-1.2
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo's SAMBA Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-05-12 10:14 UTC by Stefan Schweizer (RETIRED)
Modified: 2006-05-15 02:00 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Stefan Schweizer (RETIRED) gentoo-dev 2006-05-12 10:14:31 UTC
Hi, please change the samba ebuild like following to allow using cups-1.2, thanks!


--- /usr/portage/net-fs/samba/samba-3.0.22-r2.ebuild.orig       2006-05-12 19:10:05.000000000 +0200
+++ /usr/portage/net-fs/samba/samba-3.0.22-r2.ebuild    2006-05-12 19:11:37.000000000 +0200
@@ -198,8 +198,8 @@

        # 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
+               dodir $(cups-config --serverbin)/backend
+               dosym /usr/bin/smbspool $(cups-config --serverbin)/backend/smb
        fi

        # VFS plugin modules
Comment 1 Christian Andreetta (RETIRED) gentoo-dev 2006-05-15 02:00:35 UTC
I _like_ it: in portage