Re: pgsql: Move snowball_create.sql creation into perl file

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Christoph Berg <myon@debian.org>
Cc: Andres Freund <andres@anarazel.de>, PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>, PostgreSQL Packagers <pgsql-packagers@lists.postgresql.org>
Date: 2023-05-23T14:46:30Z
Lists: pgsql-hackers

Attachments

Christoph Berg <myon@debian.org> writes:
>> this seems to have broken out-of-tree builds from tarballs:
>> 
>> /usr/bin/install -c -m 644 snowball_create.sql '/srv/projects/postgresql/debian/16/build/tmp_install/usr/share/postgresql/16'
>> /usr/bin/install: cannot stat 'snowball_create.sql': No such file or directory

I think the attached will do for a proper fix.  I'm not inclined
to re-wrap just for this.

			regards, tom lane

Commits

  1. Fix the install rule for snowball_create.sql.

  2. Move snowball_create.sql creation into perl file