diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | etc/default/vyatta.in | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -1,4 +1,5 @@ *~ +.*.swp /aclocal.m4 /autom4te.cache /build-stamp diff --git a/etc/default/vyatta.in b/etc/default/vyatta.in index d3191fd..3b0ffa2 100644 --- a/etc/default/vyatta.in +++ b/etc/default/vyatta.in @@ -27,7 +27,7 @@ unset _vyatta_extglob if test -n "@prefix@" ; then declare -x -r vyatta_prefix=@prefix@ else - declare -x -r vyatta_prefix=$vyatta_prefix + declare -x -r vyatta_prefix=/opt/vyatta fi fi if test -z "$vyatta_exec_prefix" ; then |