diff options
author | Russ Allbery <rra@stanford.edu> | 2008-01-28 20:56:57 +0000 |
---|---|---|
committer | Russ Allbery <rra@stanford.edu> | 2008-01-28 20:56:57 +0000 |
commit | 40f8c162172f9f7d3b190da4a60449e4352d6205 (patch) | |
tree | a02642a1dd5bd4c3110cbc11d8120369d8c4ce2f /debian/rules | |
parent | e8a28a779553ea33987998afa5b29eb2ea4eee02 (diff) |
* Change hard-coded wallet server to wallet.stanford.edu.
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/rules b/debian/rules index 3f77918..3378885 100755 --- a/debian/rules +++ b/debian/rules @@ -35,8 +35,8 @@ endif config.status: configure dh_testdir CFLAGS="$(CFLAGS)" ./configure $(SYSTEM) --prefix=/usr \ - --mandir=\$${prefix}/share/man --with-afs-libs=/usr/lib/afs \ - --with-wallet-server=lsdb-new.stanford.edu + --mandir=\$${prefix}/share/man --with-afs \ + --with-wallet-server=wallet.stanford.edu build: build-arch build-indep build-arch: build-stamp |