diff --git a/release/up-nix-phps.sh b/release/up-nix-phps.sh index 12d8c5a37..b9e402533 100755 --- a/release/up-nix-phps.sh +++ b/release/up-nix-phps.sh @@ -16,5 +16,5 @@ cp -vr "$T/pkgs" "$T/LICENSE.md" nix-phps cp -vr $T/*/pkgs/development/interpreters/php nix-phps/pkgs/development/interpreters cp -v $T/*/pkgs/top-level/php-packages.nix nix-phps/pkgs/top-level cp -vr $T/*/pkgs/development/php-packages nix-phps/pkgs/development/php-packages -cp -v $T/*/pkgs/build-support/build-pecl.nix nix-phps/pkgs/build-support +cp -vr $T/*/pkgs/build-support/php nix-phps/pkgs/build-support echo -e "# imported\n\nThis is imported using up-nix-phps.sh from https://github.com/fossar/nix-phps\nRun ./up-nix-phps.sh to update" > nix-phps/README.md