[xorg-commit-diffs] xc/packager/tarball make_xprint_binary_tarball.sh, 1.1.2.1, 1.1.2.2

Roland Mainz xorg-commit at pdx.freedesktop.org
Wed Apr 14 17:11:06 PDT 2004


Committed by: gisburn

Update of /cvs/xorg/xc/packager/tarball
In directory pdx:/tmp/cvs-serv32667/xc/packager/tarball

Modified Files:
      Tag: XPRINT
	make_xprint_binary_tarball.sh 
Log Message:
Fix for http://xprint.freedesktop.org/cgi-bin/bugzilla/show_bug.cgi?id=476 - Build system needs adjustments for Linux&co.

Index: make_xprint_binary_tarball.sh
===================================================================
RCS file: /cvs/xorg/xc/packager/tarball/Attic/make_xprint_binary_tarball.sh,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -d -r1.1.2.1 -r1.1.2.2
--- a/make_xprint_binary_tarball.sh	13 Apr 2004 03:16:32 -0000	1.1.2.1
+++ b/make_xprint_binary_tarball.sh	15 Apr 2004 00:11:03 -0000	1.1.2.2
@@ -287,6 +287,9 @@
 [ $? != 0 ] && exit 1;
 echo "##        Verification of installation DONE."
 
+# Sort and cleanup list of files (and filter the dirs)
+BINFILELIST="`(cd ${XPINSTALLDIR_BASE} ; find ${BINFILELIST} \! -type d) | sort | uniq`"
+ 
 # Step 5.a:
 # Create binary tarball
 inc_step_counter




More information about the xorg-commit-diffs mailing list