[yt-svn] commit/yt: xarthisius: Provide target installation directory for SHADERS_FILES. Closes #1219

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Tue May 17 14:31:19 PDT 2016


1 new commit in yt:

https://bitbucket.org/yt_analysis/yt/commits/157b2ccab9e5/
Changeset:   157b2ccab9e5
Branch:      yt
User:        xarthisius
Date:        2016-05-17 20:36:52+00:00
Summary:     Provide target installation directory for SHADERS_FILES. Closes #1219
Affected #:  1 file

diff -r 06b1bf872faa352183a5f8ec91d72937b9c43523 -r 157b2ccab9e5d6135e1495a522ca678b5e96226f setup.py
--- a/setup.py
+++ b/setup.py
@@ -452,7 +452,7 @@
     license="BSD",
     zip_safe=False,
     scripts=["scripts/iyt"],
-    data_files=MAPSERVER_FILES + SHADERS_FILES,
+    data_files=MAPSERVER_FILES + [(SHADERS_DIR, SHADERS_FILES)],
     ext_modules=cython_extensions + extensions
 )

Repository URL: https://bitbucket.org/yt_analysis/yt/

--

This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.spacepope.org/pipermail/yt-svn-spacepope.org/attachments/20160517/bf0fa75c/attachment.html>


More information about the yt-svn mailing list