On Fri, Jul 19, 2013 at 10:29 PM, Richard PALO wrote:
> I needed to undo the following workaround put in Makefile.am:
>>
>> # We need to ensure the help cache is world writeable
>> install-data-hook:
>> - touch $(help_dir)/docs/en_US/pgadmin3.hhp.cached
>> - chmod 0666 $(help_dir)/do
I needed to undo the following workaround put in Makefile.am:
# We need to ensure the help cache is world writeable
install-data-hook:
- touch $(help_dir)/docs/en_US/pgadmin3.hhp.cached
- chmod 0666 $(help_dir)/docs/en_US/pgadmin3.hhp.cached
+# touch $(help_dir)/docs/en_US/pgad