[SCM] Packaging the irrlicht game engine branch, debian/correct-install, updated. upstream/1.5-60-g9dd763d

Christoph Egger Christoph.Egger at gmx.de
Sat Oct 3 16:06:27 UTC 2009


The following commit has been merged in the debian/correct-install branch:
commit 9dd763d90feea9ae90f8493d86f1d6e4f8d010a9
Author: Christoph Egger <Christoph.Egger at gmx.de>
Date:   Fri Oct 2 18:28:00 2009 +0200

    Install static lib as well

diff --git a/source/Irrlicht/Makefile b/source/Irrlicht/Makefile
index 9dfdeaf..bfe1d26 100644
--- a/source/Irrlicht/Makefile
+++ b/source/Irrlicht/Makefile
@@ -133,6 +133,7 @@ install:
 	mkdir -p $(INSTALL_DIR)/../include/irrlicht
 	cp ../../include/*.h $(INSTALL_DIR)/../include/irrlicht/
 	cp $(LIB_PATH)/$(SHARED_LIB).$(VERSION) $(INSTALL_DIR)
+	cp $(LIB_PATH)/$(STATIC_LIB) $(INSTALL_DIR)
 	cd $(INSTALL_DIR) && ln -s -f libIrrlicht.so.$(VERSION) $(SHARED_LIB)
 	ldconfig -n $(INSTALL_DIR)
 

-- 
Packaging the irrlicht game engine



More information about the Pkg-games-commits mailing list