changeset 432:7a5ec3f900e1 noffle

[svn] update
author godisch
date Mon, 23 Jun 2003 10:00:58 +0100
parents cef9370fad90
children 87d4d4852caa
files debian/rules
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/debian/rules	Mon Jun 23 09:54:11 2003 +0100
+++ b/debian/rules	Mon Jun 23 10:00:58 2003 +0100
@@ -1,5 +1,5 @@
 #!/usr/bin/make -f
-# $Id: rules 536 2003-05-24 18:48:30Z godisch $
+# $Id: rules 575 2003-06-23 09:00:58Z godisch $
 
 BUILDDIR = debian/noffle
 DEBDIR   = $(BUILDDIR)/DEBIAN
@@ -122,8 +122,8 @@
 	install -d -o root -g root -m 0755 $(DEBDIR)
 	install    -o root -g root -m 0644 debian/control $(DEBDIR)
 	install    -o root -g root -m 0755 debian/config debian/preinst debian/postinst debian/prerm debian/postrm $(DEBDIR)
-	cd $(BUILDDIR) && find usr -type f -print0 | xargs -0 md5sum | tee DEBIAN/md5sums
-	cd $(BUILDDIR) && find ./etc -type f | cut -c 2- | tee DEBIAN/conffiles
+	cd $(BUILDDIR) && find usr -type f -print0 | xargs -0 md5sum > DEBIAN/md5sums
+	cd $(BUILDDIR) && find ./etc -type f | cut -c 2- > DEBIAN/conffiles
 	po2debconf debian/templates > $(DEBDIR)/templates
 	chown root:root $(DEBDIR)/md5sums $(DEBDIR)/conffiles $(DEBDIR)/templates
 	chmod 0644      $(DEBDIR)/md5sums $(DEBDIR)/conffiles $(DEBDIR)/templates