summaryrefslogtreecommitdiffstats
path: root/auxdir/install_local
diff options
context:
space:
mode:
authorPavel Raiskup <praiskup@redhat.com>2016-07-22 08:20:28 +0200
committerPavel Raiskup <praiskup@redhat.com>2016-07-22 08:20:28 +0200
commit3fcfb0e1f4cf535ce3356ecef32a21a9e9fc27b5 (patch)
tree21edbc3325b8df4933e943d257e685862ff890ae /auxdir/install_local
parent300dc14017f27bc2ea79c0bb01a627d84d7790f6 (diff)
downloadpostgresql-setup-master.tar.gz
postgresql-setup-master.tar.xz
postgresql-setup-master.zip
Move the repo to github.HEADmaster
Diffstat (limited to 'auxdir/install_local')
-rwxr-xr-xauxdir/install_local10
1 files changed, 0 insertions, 10 deletions
diff --git a/auxdir/install_local b/auxdir/install_local
deleted file mode 100755
index 1c06a6e..0000000
--- a/auxdir/install_local
+++ /dev/null
@@ -1,10 +0,0 @@
-#! /bin/bash
-
-source <(cat config.status | grep ^ac_cs_config)
-
-./configure --prefix=/usr --with-upgrade-config=upgrade_config.template \
- && make clean \
- && make \
- && sudo make install
-
-eval "./configure $ac_cs_config"