From 8476d2521dfabed6e10c51bfe0822e235f2aee2c Mon Sep 17 00:00:00 2001 From: Zero_Chaos Date: Wed, 4 Jul 2012 17:52:54 +0000 Subject: [PATCH] cryptohaze-combined: enhance readability, ready for gentoo after next release (I hope) --- app-crypt/cryptohaze-combined/Manifest | 2 +- .../cryptohaze-combined/cryptohaze-combined-9999.ebuild | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app-crypt/cryptohaze-combined/Manifest b/app-crypt/cryptohaze-combined/Manifest index 7f246e2f0..0e7d2217f 100644 --- a/app-crypt/cryptohaze-combined/Manifest +++ b/app-crypt/cryptohaze-combined/Manifest @@ -1,3 +1,3 @@ DIST Cryptohaze-Src_1_31.tar.bz2 5536082 RMD160 ab68f3554c784e9bf8a3f4526b5272c3b5c80f44 SHA1 8357afabcbe02e0ee7b239fa3b1bc24b03d219a8 SHA256 7fe5b3207c66cb46f60ec439f6d5d4af3efa4a42f16657e72a3b187c214d1139 EBUILD cryptohaze-combined-1.31.ebuild 1610 RMD160 efd29d77a52ed08351b095b19401d149924734d9 SHA1 ff5c97ee61bed5e61a7775deeb16265074be9d33 SHA256 ccdbf36d1dbfb5d79d7eedfcfd8641050819a8eb2b29375f96b6b0a97651e54d -EBUILD cryptohaze-combined-9999.ebuild 1346 RMD160 7ac64213435e8dc07fc968e9c866a93085ca65ea SHA1 8cb625b010f840501d32649b91fa2eeedad88574 SHA256 816f0976e6afa938e7da6c998df2fdb6dfee1492b4124b3547e0146f42b0150e +EBUILD cryptohaze-combined-9999.ebuild 1355 RMD160 8ebab0e1960440f1f182133fb36e150cddced978 SHA1 ed6ae1082b6c96f95f9a9ee96c0d831ff180e0ff SHA256 a5cf416bdaf6263dce889c0e9c03120ebce9c48705a22ad5a4e69bd85f7d326a diff --git a/app-crypt/cryptohaze-combined/cryptohaze-combined-9999.ebuild b/app-crypt/cryptohaze-combined/cryptohaze-combined-9999.ebuild index 2dc2e00b3..617a663fb 100644 --- a/app-crypt/cryptohaze-combined/cryptohaze-combined-9999.ebuild +++ b/app-crypt/cryptohaze-combined/cryptohaze-combined-9999.ebuild @@ -46,10 +46,10 @@ src_install() { if [ -f ${ED}/usr/share/${PN}/${i} ] then cat <<-EOF > "${ED}"/usr/bin/${i} - #! /bin/sh - cd /usr/share/${PN} - echo "Warning: running from /usr/share/${PN} so be careful of relative paths." - ./${i} "\$@" + #! /bin/sh + cd /usr/share/${PN} + echo "Warning: running from /usr/share/${PN} so be careful of relative paths." + exec ./${i} "\$@" EOF fperms +x /usr/bin/${i}