diff options
author | Rob Austein <sra@hactrn.net> | 2013-01-09 17:24:22 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2013-01-09 17:24:22 +0000 |
commit | e10f01365df327978e90bac294ab21e21d6b360d (patch) | |
tree | fdcb6b50d222c30960d1ec235708354d310ba2af | |
parent | 9d92820a291293378e4899397ea5e234b8603224 (diff) |
Doh. Typo.
svn path=/branches/tk377/; revision=4963
-rw-r--r-- | rcynic/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rcynic/Makefile.in b/rcynic/Makefile.in index 12f3cfe7..73434e01 100644 --- a/rcynic/Makefile.in +++ b/rcynic/Makefile.in @@ -56,7 +56,7 @@ test: ${BIN} fi install: ${BIN} installation-scripts/install.sh - cd installation-scripts; host_os="${host_os}"; jaildir="${RCYNIC_JAIL_DIR}" DESTDIR="${DESTDIR}"; AWK="${AWK}"; SORT="${SORT}"; . ./install.sh + cd installation-scripts; host_os="${host_os}"; jaildir="${RCYNIC_JAIL_DIRECTORY}" DESTDIR="${DESTDIR}"; AWK="${AWK}"; SORT="${SORT}"; . ./install.sh uninstall deinstall: cd installation-scripts; host_os="${host_os}"; DESTDIR="${DESTDIR}"; . ./deinstall.sh |