package postgresql: force symlink creation

This commit is contained in:
Tony Theodore 2011-08-07 18:26:54 +10:00
parent 56938b3c61
commit 62ec2e653e
1 changed files with 1 additions and 1 deletions

View File

@ -80,5 +80,5 @@ define $(PKG)_BUILD
--with-system-tzdata=/dev/null
$(MAKE) -C '$(1).native'/src/port -j '$(JOBS)'
$(MAKE) -C '$(1).native'/src/bin/pg_config -j '$(JOBS)' install
ln -s '$(PREFIX)/$(TARGET)/bin/pg_config' '$(PREFIX)/bin/$(TARGET)-pg_config'
ln -sf '$(PREFIX)/$(TARGET)/bin/pg_config' '$(PREFIX)/bin/$(TARGET)-pg_config'
endef