diff options
author | Heinrich Wendel <lanius@gentoo.org> | 2004-01-27 14:31:53 +0000 |
---|---|---|
committer | Heinrich Wendel <lanius@gentoo.org> | 2004-01-27 14:31:53 +0000 |
commit | ff471acf332277f282e5b6d58fc41bb5a5c449e2 (patch) | |
tree | 381eae773e4550443dd827f632a4a337a8a374bf /net-print/fax4cups | |
parent | keyworded sparc (diff) | |
download | gentoo-2-ff471acf332277f282e5b6d58fc41bb5a5c449e2.tar.gz gentoo-2-ff471acf332277f282e5b6d58fc41bb5a5c449e2.tar.bz2 gentoo-2-ff471acf332277f282e5b6d58fc41bb5a5c449e2.zip |
install cups backends with 0755
Diffstat (limited to 'net-print/fax4cups')
-rw-r--r-- | net-print/fax4cups/ChangeLog | 7 | ||||
-rw-r--r-- | net-print/fax4cups/fax4cups-1.23.ebuild | 8 |
2 files changed, 9 insertions, 6 deletions
diff --git a/net-print/fax4cups/ChangeLog b/net-print/fax4cups/ChangeLog index 6643caf1af92..162b4a76b124 100644 --- a/net-print/fax4cups/ChangeLog +++ b/net-print/fax4cups/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-print/fax4cups -# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-print/fax4cups/ChangeLog,v 1.3 2003/11/24 10:56:03 lanius Exp $ +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-print/fax4cups/ChangeLog,v 1.4 2004/01/27 14:31:53 lanius Exp $ + + 27 Jan 2004; Heinrich Wendel <lanius@gentoo.org> fax4cups-1.23.ebuild: + install cups backends with 0755 24 Nov 2003; Heinrich Wendel <lanius@gentoo.org> fax4cups-1.23.ebuild: added mgetty to the list of possible fax clients diff --git a/net-print/fax4cups/fax4cups-1.23.ebuild b/net-print/fax4cups/fax4cups-1.23.ebuild index 0502358200e9..4856ffdc4f69 100644 --- a/net-print/fax4cups/fax4cups-1.23.ebuild +++ b/net-print/fax4cups/fax4cups-1.23.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-print/fax4cups/fax4cups-1.23.ebuild,v 1.4 2003/11/24 10:56:03 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/fax4cups/fax4cups-1.23.ebuild,v 1.5 2004/01/27 14:31:53 lanius Exp $ DESCRIPTION="efax/hylafax backend for CUPS" @@ -21,8 +21,8 @@ src_install() { doman fax4CUPS.1 # Backends - insinto /usr/lib/cups/backend - doins efax hylafax + exeinto /usr/lib/cups/backend + doexe efax hylafax # PPD's insinto /usr/share/cups/model |