diff options
| author | Bill Nottingham <notting@redhat.com> | 2001-08-15 20:48:31 +0000 |
|---|---|---|
| committer | Bill Nottingham <notting@redhat.com> | 2001-08-15 20:48:31 +0000 |
| commit | 9942563e19bd27997948604f1c70b55f7811eb23 (patch) | |
| tree | 38947104a0f6a2fd2e9ccf842b19c875951c0137 /po | |
| parent | 136d442be5e2bf1ad53113c199971cb043c2ba8c (diff) | |
| download | initscripts-9942563e19bd27997948604f1c70b55f7811eb23.tar.gz initscripts-9942563e19bd27997948604f1c70b55f7811eb23.tar.xz initscripts-9942563e19bd27997948604f1c70b55f7811eb23.zip | |
don't try and pull strings from unreadable ifcfg filesr6-19
Diffstat (limited to 'po')
| -rw-r--r-- | po/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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) |
