# HG changeset patch # User Pascal Bellard # Date 1462446960 -7200 # Node ID e96b9982c405151458360e23c0e62820144c21f7 # Parent 0ea7712da5145fb78a8f60f46eb6596ca2a05db8 rpm: bug fix (rpm -E '%{_tmppath}') diff -r 0ea7712da514 -r e96b9982c405 rpm4/receipt --- a/rpm4/receipt Wed May 04 21:51:37 2016 +0200 +++ b/rpm4/receipt Thu May 05 13:16:00 2016 +0200 @@ -29,6 +29,7 @@ --with-dmalloc=no \ --with-efence=no \ --with-external-db \ + --localstatedir=/var \ --mandir=/usr/share/man $CONFIGURE_ARGS && make $MAKEFLAGS && make DESTDIR=$DESTDIR install