Skip to content

Conversation

@dagelf
Copy link
Contributor

@dagelf dagelf commented Feb 21, 2017

By default php-fpm.d/* is included in the config. Writing anything there will break most existing PHP applications, so it should be skipped if installing into an existing environment.

Package maintainers generally build in a clean environment, so shouldn't be affected.

Also, $(INSTALL_DATA) won't return unnecessary errors, so don't ignore them. If installation of something is part of make install, and it doesn't happen, it should fail. ( || : at the end removed)

By default php-fpm.d/* is included in the config. Writing anything there will break most existing PHP applications. 

Also, $(INSTALL_DATA) won't return unnecessary errors, so don't ignore them. If installation of something is part of make install, and it doesn't happen, it should fail. ( || : at the end removed)
Edited in github editor... changed spaces to tabs
Missed some spaces for the tab-nazi
One space too many
Build error messages aren't very clear. Trying to figure out build environment and getting it to build without ignoring the shtool install errors...
@dagelf dagelf changed the title Update Makefile.frag Prevent "make install" clobbering configuration for pre-existing installations; remove error ignore Feb 21, 2017
@krakjoe
Copy link
Member

krakjoe commented Feb 22, 2017

Merged 9eaf551

Thanks.

@krakjoe krakjoe closed this Feb 22, 2017
@nikic
Copy link
Member

nikic commented Feb 22, 2017

Just to double-check, @remicollet, is this indeed how it should work per standard conventions?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants