diff options
author | Russ Allbery <rra@stanford.edu> | 2007-12-18 05:17:19 +0000 |
---|---|---|
committer | Russ Allbery <rra@stanford.edu> | 2007-12-18 05:17:19 +0000 |
commit | a7f692f43917e4a1f3cc2b9f6dbb87ab66ca96d1 (patch) | |
tree | 96fec4b52a403fcc3a5d932ba6938334a48abd03 /debian/rules | |
parent | 1a50830ac212a53123aeea33df7bcf577b21d0ed (diff) |
* Hard-code lsdb-new.stanford.edu as the wallet server name for the timedebian/0.5-2
being.
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 2997e4b..0d9315f 100755 --- a/debian/rules +++ b/debian/rules @@ -31,7 +31,8 @@ endif config.status: configure dh_testdir CFLAGS="$(CFLAGS)" ./configure $(SYSTEM) --prefix=/usr \ - --mandir=\$${prefix}/share/man --with-afs-libs=/usr/lib/afs + --mandir=\$${prefix}/share/man --with-afs-libs=/usr/lib/afs \ + --with-wallet-server=lsdb-new.stanford.edu build: build-arch build-indep build-arch: build-stamp |