forked from tools/pkgutils
Replaced egrep call, bumped to version 5.40.10
This commit is contained in:
parent
b7506660aa
commit
8d1ed3fe6d
2
Makefile
2
Makefile
@ -25,7 +25,7 @@ BINDIR = /usr/bin
|
|||||||
MANDIR = /usr/share/man
|
MANDIR = /usr/share/man
|
||||||
ETCDIR = /etc
|
ETCDIR = /etc
|
||||||
|
|
||||||
VERSION = 5.40.9
|
VERSION = 5.40.10
|
||||||
NAME = pkgutils-$(VERSION)
|
NAME = pkgutils-$(VERSION)
|
||||||
|
|
||||||
CXXFLAGS += -DNDEBUG
|
CXXFLAGS += -DNDEBUG
|
||||||
|
2
pkgmk.in
2
pkgmk.in
@ -514,7 +514,7 @@ check_footprint() {
|
|||||||
sed 's/^-/MISSING /g' > $FILE.footprint.diff
|
sed 's/^-/MISSING /g' > $FILE.footprint.diff
|
||||||
if [ -s $FILE.footprint.diff ]; then
|
if [ -s $FILE.footprint.diff ]; then
|
||||||
if [ "$PKGMK_IGNORE_NEW" = "yes" ] && \
|
if [ "$PKGMK_IGNORE_NEW" = "yes" ] && \
|
||||||
[ -z "$(egrep -l ^MISSING $FILE.footprint.diff)" ] ; then
|
[ -z "$(grep -El ^MISSING $FILE.footprint.diff)" ] ; then
|
||||||
info "New files found:"
|
info "New files found:"
|
||||||
else
|
else
|
||||||
error "Footprint mismatch found:"
|
error "Footprint mismatch found:"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user