diff options
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 3dd1cb4..aec300d 100755 --- a/debian/rules +++ b/debian/rules @@ -7,7 +7,7 @@ SHELL+= -e build: $(checkdir) - make whois mkpasswd OPTS="-O2 -g" + make whois mkpasswd OPTS="-O2 -g -DCONFIG_FILE=\\\"/etc/whois.conf\\\"" touch build clean: |