system/kerneloops: Update copyrights and one nitpick

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
Robby Workman 2011-03-27 03:29:58 -05:00
parent 73bc6f7fc5
commit 8d6aee9291

View file

@ -2,7 +2,7 @@
# Slackware build script for kerneloops
# Copyright 2008,2009,2010 Robby Workman, Northport, Alabama, USA
# Copyright 2008-2011 Robby Workman, Northport, Alabama, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -77,6 +77,9 @@ make MANDIR=/usr/man/man8 DESTDIR=$PKG install
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
# Give this a "normal" name
mv $PKG/etc/dbus-1/system.d/kerneloops.{dbus,conf}
# Let's not clobber this on upgrades
mv $PKG/etc/kerneloops.conf $PKG/etc/kerneloops.conf.new