mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
system/kerneloops: Update copyrights and one nitpick
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
73bc6f7fc5
commit
8d6aee9291
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue