guedes / pgxn-utils

A set of task that help developers to create PostgreSQL's extensions
http://pgxn.org
Other
37 stars 15 forks source link

without this fix "sudo make install" not working #36

Closed kazan417 closed 9 years ago

kazan417 commented 9 years ago

in Makefile not allowed duplication of installed files. without this fix "sudo make install" will show something like this: /usr/bin/install: just created file «/usr/share/postgresql/9.5/extension/my_cool_c_extension--0.0.1.sql» will be not copied to «.//sql/my_cool_c_extension--0.0.1.sql» make: *\ [install] Error 1

guedes commented 9 years ago

Thanks!