removed redundant line
This commit is contained in:
@@ -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
|
||||
'';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user