sympow: don't use placeholder
This commit is contained in:
parent
be3c4cfad7
commit
bae15c811f
@ -35,10 +35,12 @@ stdenv.mkDerivation rec {
|
|||||||
--run 'export SYMPOW_LOCAL="$HOME/.local/share/sympow"' \
|
--run 'export SYMPOW_LOCAL="$HOME/.local/share/sympow"' \
|
||||||
--run 'if [ ! -d "$SYMPOW_LOCAL" ]; then
|
--run 'if [ ! -d "$SYMPOW_LOCAL" ]; then
|
||||||
mkdir -p "$SYMPOW_LOCAL"
|
mkdir -p "$SYMPOW_LOCAL"
|
||||||
cp -r ${placeholder "out"}/share/sympow/* "$SYMPOW_LOCAL"
|
cp -r @out@/share/sympow/* "$SYMPOW_LOCAL"
|
||||||
chmod -R +xw "$SYMPOW_LOCAL"
|
chmod -R +xw "$SYMPOW_LOCAL"
|
||||||
fi' \
|
fi' \
|
||||||
--run 'cd "$SYMPOW_LOCAL"'
|
--run 'cd "$SYMPOW_LOCAL"'
|
||||||
|
substituteInPlace $out/bin/sympow --subst-var out
|
||||||
|
|
||||||
runHook postInstall
|
runHook postInstall
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user