Skip to content
Snippets Groups Projects
Commit e6baec4a authored by godog's avatar godog
Browse files

Ship php-noblogs, a wrapper for php that does the right thing

parent d83c3165
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,8 @@ BIN_PROGRAMS = \
noblogs \
noblogsmr \
on-all-blogs \
on-local-blogs
on-local-blogs \
php-noblogs
LIB_FILES = \
$(wildcard lib/*.php)
......
#!/bin/sh
exec env \
HTTP_HOST=noblogs.org \
php "$@"
......@@ -12,9 +12,5 @@ include /usr/share/dpkg/default.mk
override_dh_auto_configure:
dh_auto_configure -- \
--with-php=/opt/noblogs/bin/php-noblogs \
--with-php=/usr/bin/php-noblogs \
--with-wp-root=/opt/noblogs/www
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment