guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: po: Correct minetest importer in POTFILES.in.


From: guix-commits
Subject: branch master updated: po: Correct minetest importer in POTFILES.in.
Date: Sat, 21 Aug 2021 13:27:13 -0400

This is an automated email from the git hooks/post-receive script.

leoprikler pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new a1dbc8b  po: Correct minetest importer in POTFILES.in.
a1dbc8b is described below

commit a1dbc8be95369f4ff805117b8966dfd1364c396f
Author: Leo Prikler <leo.prikler@student.tugraz.at>
AuthorDate: Sat Aug 21 19:23:03 2021 +0200

    po: Correct minetest importer in POTFILES.in.
    
    The previous value references a file that does not exist, thus breaking
    `make install'.
    
    * po/guix/POTFILES.in: Swap out `guix/scripts/import/contentdb.scm' for
    `guix/scripts/import/minetest.scm'.
---
 po/guix/POTFILES.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/po/guix/POTFILES.in b/po/guix/POTFILES.in
index 1eee82b..f5b76bf 100644
--- a/po/guix/POTFILES.in
+++ b/po/guix/POTFILES.in
@@ -60,7 +60,7 @@ guix/scripts/git.scm
 guix/scripts/git/authenticate.scm
 guix/scripts/hash.scm
 guix/scripts/import.scm
-guix/scripts/import/contentdb.scm
+guix/scripts/import/minetest.scm
 guix/scripts/import/cran.scm
 guix/scripts/import/elpa.scm
 guix/scripts/pull.scm



reply via email to

[Prev in Thread] Current Thread [Next in Thread]