signaturepdf: add missing lib/ directory to result
This commit is contained in:
parent
1967487244
commit
b4074d89a6
@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
|
||||
mkdir -p $out/share/signaturepdf $out/bin
|
||||
|
||||
cp --target-directory=$out/share/signaturepdf --recursive \
|
||||
app.php config locale public templates vendor
|
||||
app.php config locale public templates vendor lib
|
||||
|
||||
makeWrapper ${lib.getExe php} $out/bin/signaturepdf \
|
||||
--inherit-argv0 \
|
||||
|
Loading…
Reference in New Issue
Block a user