summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Bar-Lev <alonbl@gentoo.org>2007-03-27 12:21:48 +0000
committerAlon Bar-Lev <alonbl@gentoo.org>2007-03-27 12:21:48 +0000
commitcd2a3beb124792fdd0db3b53ada6a21486dee127 (patch)
treea10bd6922e5860f5483db3e0cfb6edbc2568ef85
parentadding pdl to the gsl flag list (maybe a global now?) (diff)
downloadgentoo-2-cd2a3beb124792fdd0db3b53ada6a21486dee127.tar.gz
gentoo-2-cd2a3beb124792fdd0db3b53ada6a21486dee127.tar.bz2
gentoo-2-cd2a3beb124792fdd0db3b53ada6a21486dee127.zip
Fixed rcscripts location
(Portage version: 2.1.2.2)
-rw-r--r--app-crypt/truecrypt/ChangeLog6
-rw-r--r--app-crypt/truecrypt/truecrypt-4.2a-r3.ebuild4
-rw-r--r--app-crypt/truecrypt/truecrypt-4.3.ebuild4
3 files changed, 9 insertions, 5 deletions
diff --git a/app-crypt/truecrypt/ChangeLog b/app-crypt/truecrypt/ChangeLog
index 8ae7e83fa7c2..9cad9fbcfe79 100644
--- a/app-crypt/truecrypt/ChangeLog
+++ b/app-crypt/truecrypt/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-crypt/truecrypt
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/truecrypt/ChangeLog,v 1.16 2007/03/24 19:38:28 alonbl Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/truecrypt/ChangeLog,v 1.17 2007/03/27 12:21:48 alonbl Exp $
+
+ 27 Mar 2007; Alon Bar-Lev <alonbl@gentoo.org> truecrypt-4.2a-r3.ebuild,
+ truecrypt-4.3.ebuild:
+ Fixed rcscripts location
*truecrypt-4.3 (24 Mar 2007)
diff --git a/app-crypt/truecrypt/truecrypt-4.2a-r3.ebuild b/app-crypt/truecrypt/truecrypt-4.2a-r3.ebuild
index c5d017c197df..932111f99fad 100644
--- a/app-crypt/truecrypt/truecrypt-4.2a-r3.ebuild
+++ b/app-crypt/truecrypt/truecrypt-4.2a-r3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/truecrypt/truecrypt-4.2a-r3.ebuild,v 1.1 2007/03/01 17:19:08 alonbl Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/truecrypt/truecrypt-4.2a-r3.ebuild,v 1.2 2007/03/27 12:21:48 alonbl Exp $
inherit linux-mod toolchain-funcs
@@ -67,7 +67,7 @@ src_install() {
dobin Linux/Cli/truecrypt
doman Linux/Cli/Man/truecrypt.1
dodoc Readme.txt 'Release/Setup Files/TrueCrypt User Guide.pdf'
- insinto /lib/rcscripts/addons
+ insinto "/$(get_libdir)/rcscripts/addons"
newins "${FILESDIR}/${PN}-stop.sh" "${PN}-stop.sh"
# installing kernel module
diff --git a/app-crypt/truecrypt/truecrypt-4.3.ebuild b/app-crypt/truecrypt/truecrypt-4.3.ebuild
index b76f9250dafb..933ff0121643 100644
--- a/app-crypt/truecrypt/truecrypt-4.3.ebuild
+++ b/app-crypt/truecrypt/truecrypt-4.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/truecrypt/truecrypt-4.3.ebuild,v 1.1 2007/03/24 19:38:28 alonbl Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/truecrypt/truecrypt-4.3.ebuild,v 1.2 2007/03/27 12:21:48 alonbl Exp $
#
# NOTES:
@@ -67,7 +67,7 @@ src_install() {
dobin Linux/Cli/truecrypt
doman Linux/Cli/Man/truecrypt.1
dodoc Readme.txt 'Release/Setup Files/TrueCrypt User Guide.pdf'
- insinto /lib/rcscripts/addons
+ insinto "/$(get_libdir)/rcscripts/addons"
newins "${FILESDIR}/${PN}-stop.sh" "${PN}-stop.sh"
}