[sane-devel] sane-frontend-1.0.7 installs binaries silently

wls@astro.umd.edu wls@astro.umd.edu
Mon, 11 Mar 2002 18:05:41 -0500 (EST)


This is a nit but an annoying one for me.  sane-frontend-1.0.7 hides the
installs of its binaries.  On my solaris installs I like to document everything
installed so that I can more easily manage things on update or removal.

I think this would also be a problem for package builders that would try to
make a complete list of files for their packages.

--- src/Makefile.in.ORIG	Sat Jan 12 04:53:49 2002
+++ src/Makefile.in	Mon Mar 11 17:58:47 2002
@@ -77,7 +77,7 @@
 	  exit 1 ; \
 	fi
 	$(MKDIR) $(bindir) $(datadir)
-	@for program in $(BINPROGS); do \
+	@set -x; for program in $(BINPROGS); do \
 	  $(INSTALL_PROGRAM) $${program} \
 	    $(bindir)/$${program}; \
 	done

Bill Sebok      Computer Software Manager, Univ. of Maryland, Astronomy
	Internet: wls@astro.umd.edu	URL: http://www.astro.umd.edu/~wls/