diff -r 4bc43250587a -r b36b9eee9c41 debian/rules --- a/debian/rules Fri Nov 17 10:15:27 2006 +0000 +++ b/debian/rules Fri Nov 17 21:32:29 2006 +0000 @@ -35,7 +35,7 @@ # Add here commands to compile the package. $(MAKE) - #docbook-to-man debian/ha-config.sgml > ha-config.1 + #docbook-to-man debian/ha-sync.sgml > ha-sync.1 touch $@ @@ -55,8 +55,8 @@ dh_clean -k dh_installdirs - # Add here commands to install the package into debian/ha-config. - $(MAKE) DESTDIR=$(CURDIR)/debian/ha-config install + # Add here commands to install the package into debian/ha-sync. + $(MAKE) DESTDIR=$(CURDIR)/debian/ha-sync install # Build architecture-independent files here.