forked from mirrors/nixpkgs
Remove pwd to know where I am
This commit is contained in:
parent
1bf9b9bc7b
commit
9962055627
|
@ -16,7 +16,6 @@ stdenv.mkDerivation rec {
|
|||
|
||||
installPhase = ''
|
||||
ensureDir $out/bin
|
||||
pwd
|
||||
cp ../bin/synergyc $out/bin
|
||||
cp ../bin/synergys $out/bin
|
||||
cp ../bin/synergyd $out/bin
|
||||
|
|
Loading…
Reference in a new issue