From 6db108afddf040629fee309fa6ca9967d4be7c21 Mon Sep 17 00:00:00 2001 From: hjk Date: Thu, 19 Jul 2012 16:35:38 +0200 Subject: [PATCH] Rename ./src/libs/glsl/specs to specification It's the second time someone runs into something like http://www.digipedia.pl/usenet/thread/12153/5022/ Avoid the problem by renaming the (unneeded...) directory. Change-Id: I061b5bab3965cdfd31021417b007dc64a4e204ad Reviewed-by: Daniel Teske Reviewed-by: hjk --- src/libs/glsl/{specs => specification}/glsl.keywords | 0 src/libs/glsl/{specs => specification}/grammar.txt | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename src/libs/glsl/{specs => specification}/glsl.keywords (100%) rename src/libs/glsl/{specs => specification}/grammar.txt (100%) diff --git a/src/libs/glsl/specs/glsl.keywords b/src/libs/glsl/specification/glsl.keywords similarity index 100% rename from src/libs/glsl/specs/glsl.keywords rename to src/libs/glsl/specification/glsl.keywords diff --git a/src/libs/glsl/specs/grammar.txt b/src/libs/glsl/specification/grammar.txt similarity index 100% rename from src/libs/glsl/specs/grammar.txt rename to src/libs/glsl/specification/grammar.txt