From 9942563e19bd27997948604f1c70b55f7811eb23 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Wed, 15 Aug 2001 20:48:31 +0000 Subject: don't try and pull strings from unreadable ifcfg files --- po/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'po') diff --git a/po/Makefile b/po/Makefile index 1cfc200d..b44f03e1 100644 --- a/po/Makefile +++ b/po/Makefile @@ -10,7 +10,7 @@ NLSPACKAGE = initscripts CATALOGS = $(shell ls *.po) FMTCATALOGS = $(patsubst %.po,%.mo,$(CATALOGS)) -POTFILES = /etc/rc.d/init.d/* /etc/rc.d/rc.* /etc/sysconfig/network-scripts/* +POTFILES = /etc/rc.d/init.d/* /etc/rc.d/rc.* $(shell ls /etc/sysconfig/network-scripts/* | grep -v ifcfg-) all: $(NLSPACKAGE).pot $(FMTCATALOGS) -- cgit v1.2.1