[SCM] Simple and fast multimedia library for C++ branch, master, updated. a7c8ef6f53b4facf022a22e5732ad6010d34be58

Christoph Egger Christoph.Egger at gmx.de
Sun May 25 11:17:01 UTC 2008


The following commit has been merged in the master branch:
commit a7c8ef6f53b4facf022a22e5732ad6010d34be58
Author: Christoph Egger <Christoph.Egger at gmx.de>
Date:   Sun May 25 13:16:45 2008 +0200

     * remove Win32/OS X only stuff while building

diff --git a/debian/rules b/debian/rules
index 56c3961..1cb3d2e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -55,6 +55,7 @@ install: build
 
 # Add here commands to install the package into debian/tmp
 	$(MAKE) DESTDIR=$(CURDIR)/debian/tmp install
+	find $(CURDIR)/debian/tmp -name Win32 -o -name OSX -print | xargs /bin/rm -rf
 
 
 # Build architecture-independent files here.

-- 
Simple and fast multimedia library for C++



More information about the Pkg-games-commits mailing list