pam_ldap: fix build
an upstream perl script needed during build wasn't found, fix path
This commit is contained in:
parent
bd1ebb0fa0
commit
bf5d8a72c1
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
postPatch = ''
|
||||
patchShebangs ./vers_string
|
||||
substituteInPlace vers_string --replace "cvslib.pl" "./cvslib.pl"
|
||||
'';
|
||||
|
||||
preInstall = "
|
||||
|
|
Loading…
Reference in a new issue