glproto: Fix issue with local

>>> Working in BUILD_DIR: "/var/tmp/portage/x11-proto/glproto-1.4.15/work/glproto-1.4.15_build"
/var/tmp/portage/x11-proto/glproto-1.4.15/temp/environment: line 898: local: `/var/tmp/portage/x11-proto/glproto-1.4.15/image//usr/lib64/opengl/xorg-x11/include/GL': not a valid identifier
 * Moving GL files for dynamic switching ...
install: missing file operand
Try 'install --help' for more information.
This commit is contained in:
Steev Klimaszewski
2012-05-04 20:44:26 -05:00
parent 0d75f6bced
commit 7f826ca6c5
2 changed files with 3 additions and 1 deletions

View File

@@ -0,0 +1,2 @@
DIST glproto-1.4.15.tar.bz2 113671 RMD160 b8c96c4e049bdce3ae6120260f8967e0c8f949d1 SHA1 4cee35232f1926312b29d59a94da1c526b01e5c3 SHA256 990356ebe2e8966aa643287c9a485777957a49299dfb211654df5ff212dec171
EBUILD glproto-1.4.15.ebuild 1142 RMD160 c21bf37508db42d923d5a932b069bb2ed784a0af SHA1 85c5869c03fdc9859d8f01167b741b3594e21667 SHA256 a1c32bb6a9e4f25449ab6600562aa402ca67194c87ad84e0d487583e6a852505

View File

@@ -23,7 +23,7 @@ pkg_postinst() {
}
dynamic_libgl_install() {
local gl_dir= /usr/$(get_libdir)/opengl/xorg-x11/include/GL
local gl_dir=/usr/$(get_libdir)/opengl/xorg-x11/include/GL
# next section is to setup the dynamic libGL stuff
ebegin "Moving GL files for dynamic switching"
dodir ${gl_dir}