From d98544520b0ae31c37b2282bdb22785c7accc86e Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Thu, 11 Jan 2001 23:05:52 +0000 Subject: 5.54 --- Makefile | 2 +- initscripts.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 796409b1..83c0165b 100644 --- a/Makefile +++ b/Makefile @@ -46,7 +46,7 @@ install: chmod og=rwx,o=rx $(ROOT)/var/run/netreport check: - for afile in `find . -type f -perm +111|grep -v \.csh ` ; do \ + for afile in `find . -type f -perm +111|grep -v \.csh | grep -v po/ ` ; do \ if ! file $$afile | grep -s ELF >/dev/null; then \ bash -n $$afile || { echo $$afile ; exit 1 ; } ; \ fi ;\ diff --git a/initscripts.spec b/initscripts.spec index 6983eae5..85c8711d 100644 --- a/initscripts.spec +++ b/initscripts.spec @@ -249,7 +249,7 @@ rm -rf $RPM_BUILD_ROOT %ghost %attr(0664,root,utmp) /var/run/utmp %changelog -* Tue Jan 2 2000 Bill Nottingham +* Tue Jan 2 2001 Bill Nottingham - initial i18n support - originally from Conectiva * Mon Dec 11 2000 Bill Nottingham -- cgit v1.2.1