deepin.deepin-gettext-tools: use ${placeholder ''out''} instead of $(out)

(cherry picked from commit 484e6043f1)
This commit is contained in:
José Romildo Malaquias
2019-04-01 07:13:57 -03:00
committed by worldofpeace
parent 24ba9e1735
commit 2965e31e5f

View File

@@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
python3Packages.python
];
makeFlags = [ "PREFIX=$(out)" ];
makeFlags = [ "PREFIX=${placeholder ''out''}" ];
postPatch = ''
sed -e 's/sudo cp/cp/' -i src/generate_mo.py