aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--sitesummary-client4
2 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 9e446cb..6b511b3 100644
--- a/Makefile
+++ b/Makefile
@@ -25,7 +25,7 @@ install-server:
install-client:
$(INSTALL) -d $(DESTDIR)$(sbindir)
- $(INSTALL) sitesummary-client $(DESTDIR)$(sbindir)
+ $(INSTALL) sitesummary-client sitesummary-upload $(DESTDIR)$(sbindir)
$(INSTALL) -d $(DESTDIR)$(pkgdatadir)/config
$(INSTALL) sitesummary-client.conf $(DESTDIR)$(pkgdatadir)/config
diff --git a/sitesummary-client b/sitesummary-client
index 8188ce3..37c0790 100644
--- a/sitesummary-client
+++ b/sitesummary-client
@@ -52,7 +52,7 @@ for confdir in \
do
[ -d $confdir ] || continue
for config in $confdir/* ; do
- [ -f $conf ] && . $conf
+ [ -f $config ] && . $config
done
done
@@ -80,7 +80,7 @@ for url in $serverurls ; do
fi
#WGETOPTS="--no-check-certificate"
- if /home/pere/src/debiancvs/debianedusvn/src/sitesummary/sitesummary-upload -u $url -f $hostsummaryfile -d; then
+ if sitesummary-upload -u $url -f $hostsummaryfile -d; then
:
else
error "unable to submit to '$url'"