diff options
author | Bill Nottingham <notting@redhat.com> | 2009-12-04 15:04:02 -0500 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2009-12-04 15:04:02 -0500 |
commit | 44d7580e4af0b71b167541a324da0383612f3174 (patch) | |
tree | 2b8e31f68ba7f97830e0c4066d3b46a451855ea8 /po | |
parent | ac736025f20cd54c6c49e2353ba49bf562a427ab (diff) | |
download | initscripts-44d7580e4af0b71b167541a324da0383612f3174.tar initscripts-44d7580e4af0b71b167541a324da0383612f3174.tar.gz initscripts-44d7580e4af0b71b167541a324da0383612f3174.tar.bz2 initscripts-44d7580e4af0b71b167541a324da0383612f3174.tar.xz initscripts-44d7580e4af0b71b167541a324da0383612f3174.zip |
Update for new job location.
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 2ab3d028..439b18e4 100644 --- a/po/Makefile +++ b/po/Makefile @@ -12,7 +12,7 @@ FMTCATALOGS = $(patsubst %.po,%.mo,$(CATALOGS)) POTFILES = /etc/ppp/ip* /etc/rc.d/init.d/* /etc/rc.d/rc /etc/rc.d/rc.* \ $(shell ls /etc/sysconfig/network-scripts/* | grep -v ifcfg-) \ - /sbin/service /usr/sbin/sys-unconfig /etc/event.d/* + /sbin/service /usr/sbin/sys-unconfig /etc/event.d/* /etc/init/* all: $(NLSPACKAGE).pot $(FMTCATALOGS) |