summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSaleem Abdulrasool <compnerd@compnerd.org>2008-01-15 11:54:52 -0800
committerSaleem Abdulrasool <compnerd@compnerd.org>2008-01-15 11:54:52 -0800
commit182813471b686674b7a886dde74be121dc02ea4d (patch)
treeda092c7c3602acf8ba6e03e4f3db5bada87323df
parentupdated patch (diff)
downloadgentopia-182813471b686674b7a886dde74be121dc02ea4d.tar.gz
gentopia-182813471b686674b7a886dde74be121dc02ea4d.tar.bz2
gentopia-182813471b686674b7a886dde74be121dc02ea4d.zip
revert to the way I had it so that it works
-rw-r--r--sys-apps/hal/Manifest2
-rw-r--r--sys-apps/hal/hal-0.5.10-r1.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/hal/Manifest b/sys-apps/hal/Manifest
index 48a530c..c84ec38 100644
--- a/sys-apps/hal/Manifest
+++ b/sys-apps/hal/Manifest
@@ -5,4 +5,4 @@ AUX hal-0.5.9-hide-recovery-partitions.patch 572 RMD160 bb59ba36f8db6724466cbe41
AUX hal-unmount.dev 397 RMD160 78286dd9527bbb421082e73b0d08e06cd514d275 SHA1 31169a28448fb1eb1dfee5d1699de9a02449a6b7 SHA256 747a4c483f8a558f2c75666e9547e539475f112363f1dbfc6ea19ca393c8e89b
DIST hal-0.5.10-gentoo-patches-1.tar.bz2 40553 RMD160 ecc25f40a587c6cb31931384cbef180142d5c0aa SHA1 debb5be7e6175f2ad0df128e206d507ca0055b6d SHA256 527e13fe5b9c93cea4412a4f7db211dbd1bdad641651cefc3d269efd75273038
DIST hal-0.5.10.tar.gz 1591146 RMD160 fafd90e671dbe95a8dd55a4ad257586a0289ef67 SHA1 8d67499df61590c11fd3203004d69e8a45abb8fa SHA256 5a71a18c40af2bac64f40f0b8add2b6789924b98d7f1cb79a0faf83cb77acb4c
-EBUILD hal-0.5.10-r1.ebuild 10007 RMD160 7d3b29610fd05386d1dfb502806e044a0f8b385c SHA1 fbfd94612fd7ba474f448c1c6fbcf2e39b57a0b9 SHA256 a5e3f4305476c672d424f0dd639fc4038343e550362f3e5322c01253b901900b
+EBUILD hal-0.5.10-r1.ebuild 10015 RMD160 fb3d1a3ebcae25d4a6f307db235f357546ff66a7 SHA1 b049c2117200e3b3299ab04018da63944f4925b2 SHA256 92250e049717da96edd5f5532e9d622ff49386b38b839e5eace9b98bc2d34a3d
diff --git a/sys-apps/hal/hal-0.5.10-r1.ebuild b/sys-apps/hal/hal-0.5.10-r1.ebuild
index 9a80be2..c55f60c 100644
--- a/sys-apps/hal/hal-0.5.10-r1.ebuild
+++ b/sys-apps/hal/hal-0.5.10-r1.ebuild
@@ -313,7 +313,7 @@ pkg_postinst() {
elog "X Input Hotplugging (if you build xorg-server with the HAL useflag)"
elog "reads user specific configuration from /etc/hal/fdi/policy/."
- if [[ $(wc -c ${ROOT}etc/hal/fdi/policy/10-x11-input.fdi) -gt 0 ]]
+ if [[ $(cat "${ROOT}etc/hal/fdi/policy/10-x11-input.fdi" | wc -c) -gt 0 ]]
then
elog "We have converted your existing xorg.conf rules and the FDI is stored"
elog "at /etc/hal/fdi/policy/10-x11-input.fdi"