mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-20 12:42:24 +00:00
Move the slash to workaround bug Emacs nix-mode
This commit is contained in:
parent
8db0b55f60
commit
e30848fbe8
|
@ -43,7 +43,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
cp * "$prefix/lib/pharo-vm"
|
||||
|
||||
cp -R "$resources"/* "$prefix/"
|
||||
cp -R "$resources/"* "$prefix/"
|
||||
|
||||
mkdir $prefix/bin
|
||||
|
||||
|
|
Loading…
Reference in a new issue