From 889b9fd3323c4360d88947b0203017d0af06ebb9 Mon Sep 17 00:00:00 2001
From: WarheadsSE <max@warheads.net>
Date: Mon, 4 Jun 2012 21:00:45 -0500
Subject: [PATCH] making le Kevin happy

---
 alarm/libaccept4/PKGBUILD           | 3 +--
 alarm/libaccept4/libaccept4.install | 2 +-
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/alarm/libaccept4/PKGBUILD b/alarm/libaccept4/PKGBUILD
index 3b70b857b..f9a3d9972 100644
--- a/alarm/libaccept4/PKGBUILD
+++ b/alarm/libaccept4/PKGBUILD
@@ -9,8 +9,7 @@ license=('GPL')
 url="http://pond-weed.com/wmt8650/index.html"
 source=("http://pond-weed.com/wmt8650/libaccept4-$pkgver.tar.gz")
 sha256sums=('7f51cc578a52045bfbee7c6f8b3824a67c2f2228b1e83b6ab80a9c18eadd9bb8')
-# backup=( 'etc/ld.so.preload' )
-options=( strip docs !libtool emptydirs zipman purge !upx )
+options=(!libtool)
 install=$pkgname.install
 
 build() {
diff --git a/alarm/libaccept4/libaccept4.install b/alarm/libaccept4/libaccept4.install
index 9b18d8031..10b4e90f2 100644
--- a/alarm/libaccept4/libaccept4.install
+++ b/alarm/libaccept4/libaccept4.install
@@ -8,7 +8,7 @@ post_upgrade() {
   post_install()
 }
 
-# remove fom ld.so.preload
+# remove from ld.so.preload
 post_remove() {
   if [ -f /etc/ld.so.preload ]; then
     sed -i '/libaccept4\.so/d' /etc/ld.so.preload