Skip to content

Commit 13612a9

Browse files
committed
Repair incorrect assumption that all versions of 'install' know
how to install multiple files in one invocation.
1 parent f0b0016 commit 13612a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/bin/scripts/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# Copyright (c) 1994, Regents of the University of California
66
#
7-
# $Header: /cvsroot/pgsql/src/bin/scripts/Makefile,v 1.5 2000/06/27 00:31:44 petere Exp $
7+
# $Header: /cvsroot/pgsql/src/bin/scripts/Makefile,v 1.6 2000/06/28 05:09:37 tgl Exp $
88
#
99
#-------------------------------------------------------------------------
1010

@@ -20,7 +20,7 @@ createlang: createlang.sh
2020
sed -e 's/__DLSUFFIX__/$(DLSUFFIX)/' $< > $@
2121

2222
install: all installdirs
23-
$(INSTALL_SCRIPT) $(SCRIPTS) $(bindir)
23+
for i in $(SCRIPTS); do $(INSTALL_SCRIPT) $$i $(bindir); done
2424

2525
installdirs:
2626
$(mkinstalldirs) $(bindir)

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy