From ead5bff2561eae45007c8d9e949379c3454c0183 Mon Sep 17 00:00:00 2001 From: "David Kaspar [Dee'Kej]" Date: Tue, 12 Jun 2018 16:56:10 +0200 Subject: specfile: services from /usr/lib/systemd moved to /usr/libexec --- po/Makefile | 10 +++++----- po/initscripts.pot | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) (limited to 'po') diff --git a/po/Makefile b/po/Makefile index 49a403f5..abb0258d 100644 --- a/po/Makefile +++ b/po/Makefile @@ -3,7 +3,7 @@ # Supports standard GNU Makefile variables for specifying the paths: # * prefix # * sbindir -# * libdir +# * libexecdir # * datarootdir # * datadir # * sysconfdir @@ -16,7 +16,7 @@ SHELL = /bin/bash # here, as it just complicates things even further. prefix = /usr sbindir = $(prefix)/sbin -libdir = $(prefix)/lib +libexecdir = $(prefix)/libexec datarootdir = $(prefix)/share datadir = $(datarootdir) sysconfdir = /etc @@ -29,9 +29,9 @@ FMTCATALOGS = $(patsubst %.po,%.mo,$(CATALOGS)) POTFILES = $(shell ls ../network-scripts/* | grep -v ifcfg-) \ ..$(sbindir)/service \ - ..$(libdir)/systemd/import-state \ - ..$(libdir)/systemd/loadmodules \ - ..$(libdir)/systemd/readonly-root \ + ..$(libexecdir)/import-state \ + ..$(libexecdir)/loadmodules \ + ..$(libexecdir)/readonly-root \ ..$(sysconfdir)/rc.d/init.d/*\ diff --git a/po/initscripts.pot b/po/initscripts.pot index a4c1e33a..890750e9 100644 --- a/po/initscripts.pot +++ b/po/initscripts.pot @@ -131,11 +131,11 @@ msgstr "" msgid " failed; no link present. Check cable?" msgstr "" -#: ../network-scripts/ifup-eth:220 ../network-scripts/ifup-eth:361 +#: ../network-scripts/ifup-eth:220 ../network-scripts/ifup-eth:362 msgid " done." msgstr "" -#: ../network-scripts/ifup-eth:223 ../network-scripts/ifup-eth:363 +#: ../network-scripts/ifup-eth:223 ../network-scripts/ifup-eth:364 msgid " failed." msgstr "" @@ -159,7 +159,7 @@ msgstr "" msgid "Error adding default gateway for ${REALDEVICE}." msgstr "" -#: ../network-scripts/ifup-eth:354 +#: ../network-scripts/ifup-eth:355 msgid "Determining IPv6 information for ${DEVICE}..." msgstr "" -- cgit v1.2.1