diff options
author | Leo Prikler <leo.prikler@student.tugraz.at> | 2021-08-21 19:23:03 +0200 |
---|---|---|
committer | Leo Prikler <leo.prikler@student.tugraz.at> | 2021-08-21 19:25:46 +0200 |
commit | a1dbc8be95369f4ff805117b8966dfd1364c396f (patch) | |
tree | bcbe3fc520aabbd076ee1213c13015de7de0c3ac /po | |
parent | 79c07db3d52fb97f38de13d409264c5194e132fe (diff) | |
download | guix-a1dbc8be95369f4ff805117b8966dfd1364c396f.tar guix-a1dbc8be95369f4ff805117b8966dfd1364c396f.tar.gz |
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'.
Diffstat (limited to 'po')
-rw-r--r-- | po/guix/POTFILES.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/po/guix/POTFILES.in b/po/guix/POTFILES.in index 1eee82be53..f5b76bf582 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 |