diff options
author | Lyndon Brown <jnqnfe@gmail.com> | 2020-03-11 15:22:12 +0000 |
---|---|---|
committer | Lyndon Brown <jnqnfe@gmail.com> | 2020-03-11 15:23:31 +0000 |
commit | dab716e0798aecbd970f69af8ac1b11e128a58d1 (patch) | |
tree | 6ead967b56362610c38397ddb36ecff341578530 /manpages/Makefile | |
parent | fe02946472eab675f5e0100abaa9b618897d15f0 (diff) | |
download | vyos-live-build-dab716e0798aecbd970f69af8ac1b11e128a58d1.tar.gz vyos-live-build-dab716e0798aecbd970f69af8ac1b11e128a58d1.zip |
"Live Systems" -> "Debian Live"
Diffstat (limited to 'manpages/Makefile')
-rw-r--r-- | manpages/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manpages/Makefile b/manpages/Makefile index e7eae197a..8dc6b3eb9 100644 --- a/manpages/Makefile +++ b/manpages/Makefile @@ -47,7 +47,7 @@ build: check po4a.cfg exit 1; \ fi - po4a --copyright-holder "Live Systems Project" --keep 0 --package-name live-build --package-version $(shell cd .. && dpkg-parsechangelog -S Version) po4a.cfg + po4a --copyright-holder "Debian Live Project" --keep 0 --package-name live-build --package-version $(shell cd .. && dpkg-parsechangelog -S Version) po4a.cfg clean: rm -f po/*/*.po~ |