diff options
Diffstat (limited to 'app-crypt/truecrypt/truecrypt-7.0a-r2.ebuild')
-rw-r--r-- | app-crypt/truecrypt/truecrypt-7.0a-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-crypt/truecrypt/truecrypt-7.0a-r2.ebuild b/app-crypt/truecrypt/truecrypt-7.0a-r2.ebuild index ce530a6..b28a265 100644 --- a/app-crypt/truecrypt/truecrypt-7.0a-r2.ebuild +++ b/app-crypt/truecrypt/truecrypt-7.0a-r2.ebuild @@ -90,7 +90,7 @@ src_install() { exeinto "/$(get_libdir)/rcscripts/addons" newexe "${FILESDIR}/${PN}-stop.sh" "${PN}-stop.sh" || die - doinitd "${FILESDIR}/"${PN} ${PN} || die + doinitd "${FILESDIR}/${PN}" ${PN} || die if use X; then newicon Resources/Icons/TrueCrypt-48x48.xpm truecrypt.xpm || die |