deepin.deepin-gettext-tools: use ${placeholder ''out''} instead of $(out)
This commit is contained in:
parent
7f396b799d
commit
484e6043f1
@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
|
|||||||
python3Packages.python
|
python3Packages.python
|
||||||
];
|
];
|
||||||
|
|
||||||
makeFlags = [ "PREFIX=$(out)" ];
|
makeFlags = [ "PREFIX=${placeholder ''out''}" ];
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
sed -e 's/sudo cp/cp/' -i src/generate_mo.py
|
sed -e 's/sudo cp/cp/' -i src/generate_mo.py
|
||||||
|
Loading…
x
Reference in New Issue
Block a user