summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Grennan <tgrennan@vyatta.com>2007-09-17 12:21:33 -0700
committerTom Grennan <tgrennan@vyatta.com>2007-09-17 12:21:33 -0700
commitfa8e338856c90cd72f08a873b6003c2f568f530e (patch)
tree9b123d06d29935c575100d6660875c778a415d8c
parent359112f4f9441b9db3d59ca431fb341bf0c37d23 (diff)
downloadvyatta-op-fa8e338856c90cd72f08a873b6003c2f568f530e.tar.gz
vyatta-op-fa8e338856c90cd72f08a873b6003c2f568f530e.zip
change prefix from /usr to /opt/vyatta
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index 061080a..2824f0b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -33,7 +33,7 @@ endif
ifneq "$(wildcard /usr/share/misc/config.guess)" ""
cp -f /usr/share/misc/config.guess config.guess
endif
- ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info CFLAGS="$(CFLAGS)" LDFLAGS="-Wl,-z,defs"
+ ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/opt/vyatta --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info CFLAGS="$(CFLAGS)" LDFLAGS="-Wl,-z,defs"
build: build-stamp