pam_ldap: fix build

an upstream perl script needed during build wasn't found, fix path
This commit is contained in:
Uli Baum 2018-08-24 22:43:52 +02:00 committed by Robin Gloster
parent bd1ebb0fa0
commit bf5d8a72c1

View file

@ -10,6 +10,7 @@ stdenv.mkDerivation rec {
postPatch = ''
patchShebangs ./vers_string
substituteInPlace vers_string --replace "cvslib.pl" "./cvslib.pl"
'';
preInstall = "