eclass: texlive-module.eclass: Do not sort execute directives to obtain same order...
authorAlexis Ballier <aballier@gentoo.org>
Mon, 21 Sep 2015 07:57:20 +0000 (09:57 +0200)
committerAlexis Ballier <aballier@gentoo.org>
Mon, 21 Sep 2015 07:57:34 +0000 (09:57 +0200)
eclass/texlive-module.eclass

index f78e00fefabd279487a29af9373bfba520cb6e87..3bd1324f939afeda6732cab98d1df069218e970d 100644 (file)
@@ -265,7 +265,7 @@ texlive-module_src_compile() {
        # later
        for i in "${S}"/tlpkg/tlpobj/*;
        do
-               grep '^execute ' "${i}" | sed -e 's/^execute //' | tr ' \t' '##' |sort|uniq >> "${T}/jobs"
+               grep '^execute ' "${i}" | sed -e 's/^execute //' | tr ' \t' '##' >> "${T}/jobs"
        done
 
        for i in $(<"${T}/jobs");