diff options
author | Britney Fransen <brfransen@gmail.com> | 2014-04-16 00:03:59 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2014-04-16 00:03:59 (GMT) |
commit | b90e9ef668828634480e31a3286b7e626b8a7bd1 (patch) | |
tree | e1d958d05f05334d4064af6eeea61ebb3d4b6a2d /abs/core/php/php-fpm.install | |
parent | 237df8ca287f8109dad86a73072853fd8d7670ff (diff) | |
download | linhes_pkgbuild-b90e9ef668828634480e31a3286b7e626b8a7bd1.zip linhes_pkgbuild-b90e9ef668828634480e31a3286b7e626b8a7bd1.tar.gz linhes_pkgbuild-b90e9ef668828634480e31a3286b7e626b8a7bd1.tar.bz2 |
php: update to 5.5.11. refs #961
Diffstat (limited to 'abs/core/php/php-fpm.install')
-rw-r--r-- | abs/core/php/php-fpm.install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/abs/core/php/php-fpm.install b/abs/core/php/php-fpm.install index 41fc37c..3572a76 100644 --- a/abs/core/php/php-fpm.install +++ b/abs/core/php/php-fpm.install @@ -1,6 +1,6 @@ post_install() { if [[ ! -d run/php-fpm ]]; then - usr/bin/systemd-tmpfiles --create usr/lib/tmpfiles.d/php-fpm.conf + usr/bin/systemd-tmpfiles --create php-fpm.conf fi } |