diff options
-rw-r--r-- | libraries/libnetfilter_log/libnetfilter_log.SlackBuild | 2 | ||||
-rw-r--r-- | libraries/libnetfilter_log/libnetfilter_log.info | 2 | ||||
-rw-r--r-- | libraries/libnetfilter_log/slack-desc | 14 |
3 files changed, 9 insertions, 9 deletions
diff --git a/libraries/libnetfilter_log/libnetfilter_log.SlackBuild b/libraries/libnetfilter_log/libnetfilter_log.SlackBuild index dcf823d25f..5be37ef24f 100644 --- a/libraries/libnetfilter_log/libnetfilter_log.SlackBuild +++ b/libraries/libnetfilter_log/libnetfilter_log.SlackBuild @@ -62,7 +62,7 @@ CXXFLAGS="$SLKCFLAGS" \ make make install DESTDIR=$PKG -find $PKG | xargs file | grep -e "executable" -e "shared object"| grep ELF | \ +find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF | \ cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION diff --git a/libraries/libnetfilter_log/libnetfilter_log.info b/libraries/libnetfilter_log/libnetfilter_log.info index 288dd7e087..8619df5005 100644 --- a/libraries/libnetfilter_log/libnetfilter_log.info +++ b/libraries/libnetfilter_log/libnetfilter_log.info @@ -7,4 +7,4 @@ DOWNLOAD_x86_64="" MD5SUM_x86_64="" MAINTAINER="Michal Bialozor" EMAIL="bialyy@o2.pl" -APPROVED="Erik Hanson" +APPROVED="Erik Hanson,rworkman" diff --git a/libraries/libnetfilter_log/slack-desc b/libraries/libnetfilter_log/slack-desc index 6dc9637def..0c9c339d84 100644 --- a/libraries/libnetfilter_log/slack-desc +++ b/libraries/libnetfilter_log/slack-desc @@ -1,9 +1,9 @@ -# HOW TO EDIT THIS FILE: # The "handy ruler" below makes it easier -to edit a package description. Line # up the first '|' above the -':' following the base package name, and the '|' # on the right -side marks the last column you can put a character in. You must # -make exactly 11 lines for the formatting to be correct. It's also # -customary to leave one space after the ':'. +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. Line +# up the first '|' above the ':' following the base package name, and the '|' +# on the right side marks the last column you can put a character in. You must +# make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':'. |-----handy-ruler------------------------------------------------------| libnetfilter_log: libnetfilter_log (userspace packet logging library) @@ -13,7 +13,7 @@ libnetfilter_log: packets that have been logged by the kernel packet filter. It libnetfilter_log: part of a system that deprecates the old syslog/dmesg based packet libnetfilter_log: logging. This library has been previously known as libnfnetlink_log. libnetfilter_log: +libnetfilter_log: Homepage: http://www.netfilter.org/projects/libnetfilter_log/ libnetfilter_log: -libnetfilter_log: http://www.netfilter.org/projects/libnetfilter_log/ libnetfilter_log: libnetfilter_log: |