Changeset: 8c5a101b7014 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=8c5a101b7014
Modified Files:
        MonetDB.spec
        debian/rules
Branch: Nov2019
Log Message:

Fix location of merovingian.pid file.


diffs (24 lines):

diff --git a/MonetDB.spec b/MonetDB.spec
--- a/MonetDB.spec
+++ b/MonetDB.spec
@@ -956,7 +956,7 @@ export CFLAGS
 # do not use --enable-optimize or --disable-optimize: we don't want
 # any changes to optimization flags
 %{configure} \
-       --with-rundir=%{_rundir} \
+       --with-rundir=%{_rundir}/monetdb \
        --enable-assert=no \
        --enable-debug=yes \
        --enable-developer=no \
diff --git a/debian/rules b/debian/rules
--- a/debian/rules
+++ b/debian/rules
@@ -13,7 +13,7 @@ DH_VERBOSE=1
 
 override_dh_auto_configure:
        dh_auto_configure -- \
-       --with-rundir=/run \
+       --with-rundir=/run/monetdb \
        --enable-assert=no \
        --enable-debug=yes \
        --enable-developer=no \
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to