diff --git a/guix/self.scm b/guix/self.scm index a94791d67b..2652688c71 100644 --- a/guix/self.scm +++ b/guix/self.scm @@ -324,7 +324,6 @@ (define (translate-tmp-texi po source output) "--variable" (string-append "master=" source) "--variable" (string-append "po=" po) "--variable" (string-append "pot=" (string-append (tmpnam) ".pot")) - (string-append "--srcdir=" #$source) "--destdir=." #+(file-append documentation-po "/po4a.cfg")))