Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitad6bf02

Browse files
committed
Fix client-only installation
The psql Makefile was not creating $(datadir) before installingpsqlrc.sample there.In most cases, the directory would be created in some other way, but forthe documented from-source client-only installation procedure, it couldfail.Reported-by: Mike Blackwell <mike.blackwell@rrd.com>
1 parentaf9e3d6 commitad6bf02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/bin/psql/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ install: all installdirs
5757
$(INSTALL_DATA)$(srcdir)/psqlrc.sample'$(DESTDIR)$(datadir)/psqlrc.sample'
5858

5959
installdirs:
60-
$(MKDIR_P)'$(DESTDIR)$(bindir)'
60+
$(MKDIR_P)'$(DESTDIR)$(bindir)''$(DESTDIR)$(datadir)'
6161

6262
uninstall:
6363
rm -f'$(DESTDIR)$(bindir)/psql$(X)''$(DESTDIR)$(datadir)/psqlrc.sample'

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp