summaryrefslogtreecommitdiff
path: root/user/mesa/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'user/mesa/APKBUILD')
-rw-r--r--user/mesa/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/user/mesa/APKBUILD b/user/mesa/APKBUILD
index 4b8dc8d5a..50100c2bb 100644
--- a/user/mesa/APKBUILD
+++ b/user/mesa/APKBUILD
@@ -196,7 +196,7 @@ _mv_gpipe() {
}
_dri() {
- local n=${subpkgname##*-dri-}
+ local n="${subpkgname##*-dri-}"
pkgdesc="Mesa DRI driver for $n"
case $n in
ati)