# HG changeset patch # User Tony Theodore # Date 1312705614 -36000 # Node ID 4e95788755691a1ae02dc5a82165d667d40fcd95 # Parent c658f1520f6261c4f671f2ec655ef76800252992 package postgresql: force symlink creation diff -r c658f1520f62 -r 4e9578875569 src/postgresql.mk --- a/src/postgresql.mk Thu Aug 04 22:58:35 2011 +1000 +++ b/src/postgresql.mk Sun Aug 07 18:26:54 2011 +1000 @@ -80,5 +80,5 @@ --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