Index: trunk/Makefile.in
===================================================================
--- trunk/Makefile.in	(revision 494)
+++ trunk/Makefile.in	(revision 495)
@@ -835,5 +835,4 @@
 	echo $(top_srcdir)/docs/README.UPGRADE           >> debian/docs; \
 	echo $(top_srcdir)/docs/README.win2K             >> debian/docs; \
-	echo $(top_srcdir)/docs/TODO                     >> debian/docs; \
 	$(MAKE) deb-run
 
@@ -921,4 +920,7 @@
 	@RPMTOP=`cat ~/.rpmmacros 2>/dev/null | grep '%_topdir' | awk '{ print $$2}'`; \
 	if test x"$$RPMTOP" = x; then RPMTOP=/usr/src; fi; \
+	if ! test -d "$$RPMTOP"; then \
+	  RPMTOP=`echo $$HOME/rpmbuild`; \
+	fi; \
 	echo "Searching the RPM package below $$RPMTOP ..."; \
 	RPMFILE=`find $$RPMTOP -follow -maxdepth 4 -cnewer ./samhain.spec 2>/dev/null | grep '@install_name@-$(VERSION)' | grep '\.rpm' | grep -v '\.src\.'`; \
Index: trunk/docs/Changelog
===================================================================
--- trunk/docs/Changelog	(revision 494)
+++ trunk/docs/Changelog	(revision 495)
@@ -1,2 +1,5 @@
+	* fix broken 'rpm' and 'rpm-light' makefile targets
+	(reported by Bond)
+
 4.1.1:
 	* fix problem with timezone calculation on month rollover for
Index: trunk/samhain.spec.in
===================================================================
--- trunk/samhain.spec.in	(revision 494)
+++ trunk/samhain.spec.in	(revision 495)
@@ -191,5 +191,5 @@
 %dir @mylockdir@
 %dir @mylogdir@
-%doc docs/BUGS COPYING docs/Changelog docs/TODO
+%doc docs/BUGS COPYING docs/Changelog 
 %doc LICENSE docs/FAQ.html docs/HOWTO* docs/MANUAL-2_4.* docs/README*
 @mydataroot@
Index: trunk/scripts/redhat_i386.client.spec.in
===================================================================
--- trunk/scripts/redhat_i386.client.spec.in	(revision 494)
+++ trunk/scripts/redhat_i386.client.spec.in	(revision 495)
@@ -129,5 +129,5 @@
 %dir /var/run
 %dir /var/log
-#%doc docs/BUGS COPYING docs/Changelog docs/TODO
+#%doc docs/BUGS COPYING docs/Changelog 
 #%doc LICENSE docs/HOWTO* docs/MANUAL-2_4.* docs/README*
 /etc
Index: trunk/scripts/samhain.spec.in
===================================================================
--- trunk/scripts/samhain.spec.in	(revision 494)
+++ trunk/scripts/samhain.spec.in	(revision 495)
@@ -114,5 +114,5 @@
 %dir %{_localstatedir}/run
 %dir %{_localstatedir}/log
-%doc docs/BUGS COPYING docs/Changelog docs/TODO
+%doc docs/BUGS COPYING docs/Changelog 
 %doc LICENSE docs/HOWTO* docs/MANUAL-2_4.* docs/README*
 %{_localstatedir}/lib/%{name}
