summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Phillips <rphillips@gentoo.org>2004-04-03 03:47:47 +0000
committerRyan Phillips <rphillips@gentoo.org>2004-04-03 03:47:47 +0000
commite7910b2d4bfe7db0b5572f395b22ce6aef0269d6 (patch)
tree46beb3a88b2ec2a3f9162d7ad4c1d856caf04f2e /dev-util/tla
parentstable on ppc as requested in bug #45357 (Manifest recommit) (diff)
downloadgentoo-2-e7910b2d4bfe7db0b5572f395b22ce6aef0269d6.tar.gz
gentoo-2-e7910b2d4bfe7db0b5572f395b22ce6aef0269d6.tar.bz2
gentoo-2-e7910b2d4bfe7db0b5572f395b22ce6aef0269d6.zip
fix permissions on tla-gpg-check
Diffstat (limited to 'dev-util/tla')
-rw-r--r--dev-util/tla/tla-1.2-r1.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-util/tla/tla-1.2-r1.ebuild b/dev-util/tla/tla-1.2-r1.ebuild
index f86d5e3a9260..c8ade2d53d4f 100644
--- a/dev-util/tla/tla-1.2-r1.ebuild
+++ b/dev-util/tla/tla-1.2-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/tla/tla-1.2-r1.ebuild,v 1.1 2004/03/29 18:25:05 rphillips Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/tla/tla-1.2-r1.ebuild,v 1.2 2004/04/03 03:47:47 rphillips Exp $
MY_P="${P/_/}"
@@ -49,5 +49,6 @@ src_install () {
docinto html
dohtml -r html/
- cp "${WORKDIR}/${MY_P}/src/tla/=gpg-check.awk" "${D}/usr/bin/tla-gpg-check.awk"
+ chmod 755 "${WORKDIR}/${MY_P}/src/tla/=gpg-check.awk"
+ cp -a "${WORKDIR}/${MY_P}/src/tla/=gpg-check.awk" "${D}/usr/bin/tla-gpg-check.awk"
}