r250 - /packages/gnash/trunk/debian/rules
miriam at users.alioth.debian.org
miriam at users.alioth.debian.org
Fri Jun 6 10:29:50 UTC 2008
Author: miriam
Date: Fri Jun 6 10:29:50 2008
New Revision: 250
URL: http://svn.debian.org/wsvn/?sc=1&rev=250
Log:
Fix installation of OpenGL libs
Modified:
packages/gnash/trunk/debian/rules
Modified: packages/gnash/trunk/debian/rules
URL: http://svn.debian.org/wsvn/packages/gnash/trunk/debian/rules?rev=250&op=diff
==============================================================================
--- packages/gnash/trunk/debian/rules (original)
+++ packages/gnash/trunk/debian/rules Fri Jun 6 10:29:50 2008
@@ -170,7 +170,7 @@
@printf "\n -------------------------------------------- End of INSTALL ---- \n\n"
@printf "\n == INSTALL / OPENGL ============================================ \n\n"
- $(MAKE) -C tmp.agg install VERSION="$(BUILD_VERSION)" DESTDIR=$(CURDIR)/debian/tmp.opengl
+ $(MAKE) -C tmp.opengl install VERSION="$(BUILD_VERSION)" DESTDIR=$(CURDIR)/debian/tmp.opengl
@printf "\n -------------------------------------------- End of INSTALL ---- \n\n"
install -d $(CURDIR)/debian/tmp/usr/share/apps/klash
More information about the pkg-flash-devel
mailing list