diff mbox

[Branch,~glmark2-dev/glmark2/trunk] Rev 52: Fix textures data path in build file.

Message ID 20110721123633.17019.64939.launchpad@loganberry.canonical.com
State Accepted
Headers show

Commit Message

Alexandros Frantzis July 21, 2011, 12:36 p.m. UTC
------------------------------------------------------------
revno: 52
committer: Alexandros Frantzis <alf82@freemail.gr>
timestamp: Thu 2010-07-15 11:49:51 +0300
message:
  Fix textures data path in build file.
modified:
  data/wscript_build


--
lp:glmark2
https://code.launchpad.net/~glmark2-dev/glmark2/trunk

You are subscribed to branch lp:glmark2.
To unsubscribe from this branch go to https://code.launchpad.net/~glmark2-dev/glmark2/trunk/+edit-subscription
diff mbox

Patch

=== modified file 'data/wscript_build'
--- data/wscript_build	2010-07-12 10:06:29 +0000
+++ data/wscript_build	2010-07-15 08:49:51 +0000
@@ -4,5 +4,5 @@ 
 bld.install_files('${GLMARK_DATA_PATH}/shaders',
 	bld.path.ant_glob('shaders/*'))
 
-bld.install_files('${GLMARK_DATA_PATH}/texture',
-	bld.path.ant_glob('texture/*'))
+bld.install_files('${GLMARK_DATA_PATH}/textures',
+	bld.path.ant_glob('textures/*'))