mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
removed redundant line
This commit is contained in:
parent
b77f38c3cd
commit
9153e499a8
1 changed files with 0 additions and 1 deletions
|
@ -12,7 +12,6 @@ stdenv.mkDerivation rec {
|
|||
patches = [ ./default_path.patch ];
|
||||
|
||||
prePatch = ''
|
||||
sed -i "s|PREFIX = /usr/local|PREFIX = $out|g" Makefile
|
||||
sed -i "s|/bin/bash|${bash}/bin/bash|g" usertable.cpp
|
||||
'';
|
||||
|
||||
|
|
Loading…
Reference in a new issue