erikg / Revelation

Revelation is a password manager for the GNOME desktop, released under the GNU GPL license. It stores all your accounts and passwords in a single, secure place, and gives you access to it through a user-friendly graphical interface.

Clone this repository (size: 1.8 MB): HTTPS / SSH
$ hg clone http://oss.codepoet.no/revelation
commit 219: c612387bf775
parent 218: d1c13e095736
branch: default
tags: revelation-0.4.0
fixed typo in python path checks
Erik Grinaker / erikg
5 years ago

Changed (Δ4 bytes):

raw changeset »

acinclude.m4 (1 lines added, 1 lines removed)

Up to file-list acinclude.m4:

@@ -42,7 +42,7 @@ AC_DEFUN(RVL_PYTHON_PATH, [
42
42
		PYTHON_INCLUDE=$PYTHON
43
43
		rvl_py_include_path=`echo $PYTHON_INCLUDE | sed -e "s/bin/include/"`
44
44
		rvl_py_version="`$PYTHON -c "import sys; print sys.version[[0:3]]"`";
45
		PY_INCLUDE="$rvl_py_include_path$rvl_py_version"
45
		PYTHON_INCLUDE="$rvl_py_include_path$rvl_py_version"
46
46
	fi
47
47
48
48
	AC_MSG_RESULT($PYTHON_INCLUDE)