summaryrefslogtreecommitdiff
path: root/src/bin/initlocation/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/bin/initlocation/Makefile')
-rw-r--r--src/bin/initlocation/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/bin/initlocation/Makefile b/src/bin/initlocation/Makefile
index 2ea19e0462..7c1f3e4930 100644
--- a/src/bin/initlocation/Makefile
+++ b/src/bin/initlocation/Makefile
@@ -4,7 +4,7 @@
#
# Copyright (c) 1994, Regents of the University of California
#
-# $Header: /cvsroot/pgsql/src/bin/initlocation/Attic/Makefile,v 1.11 2000/09/08 18:29:22 petere Exp $
+# $Header: /cvsroot/pgsql/src/bin/initlocation/Attic/Makefile,v 1.12 2000/09/17 13:02:32 petere Exp $
#
#-------------------------------------------------------------------------
@@ -19,13 +19,13 @@ initlocation: initlocation.sh
chmod a+x $@
install: all installdirs
- $(INSTALL_SCRIPT) initlocation $(bindir)/initlocation
+ $(INSTALL_SCRIPT) initlocation $(DESTDIR)$(bindir)/initlocation
installdirs:
- $(mkinstalldirs) $(bindir)
+ $(mkinstalldirs) $(DESTDIR)$(bindir)
uninstall:
- rm -f $(bindir)/initlocation
+ rm -f $(DESTDIR)$(bindir)/initlocation
clean distclean maintainer-clean:
rm -f initlocation