aboutsummaryrefslogtreecommitdiff
path: root/postgresql/postgresql.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'postgresql/postgresql.SlackBuild')
-rwxr-xr-xpostgresql/postgresql.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/postgresql/postgresql.SlackBuild b/postgresql/postgresql.SlackBuild
index d008a5a5..680c82a4 100755
--- a/postgresql/postgresql.SlackBuild
+++ b/postgresql/postgresql.SlackBuild
@@ -92,8 +92,8 @@ CWD="`pwd`"
cd $TMP/package-$PACKAGE
mkdir -p etc/rc.d
-sed -e 's/\/usr\/local\/pgsql\/data/\/var\/lib\/pgsql\/data/' \
- -e 's/\/usr\/local\/pgsql/\/usr/' $CWD/contrib/start-scripts/linux > etc/rc.d/rc.postgresql.new
+sed -e 's/\/usr\/local\/pgsql\/data/\/var\/lib\/postgresql\/data/' \
+ -e 's/\/usr\/local\/postgresql/\/usr/' $CWD/contrib/start-scripts/linux > etc/rc.d/rc.postgresql.new
chmod 755 etc/rc.d/rc.postgresql.new