diff --git a/main/gcc/APKBUILD b/main/gcc/APKBUILD index 38324834b60..78e6376b358 100644 --- a/main/gcc/APKBUILD +++ b/main/gcc/APKBUILD @@ -265,8 +265,8 @@ source="https://gcc.gnu.org/pub/gcc/releases/gcc-$_pkgbase/gcc-$_pkgbase.tar.xz # we build out-of-tree #builddir="$srcdir"/gcc-${_pkgbase%%.*}-$_pkgsnap builddir="$srcdir"/gcc-$_pkgbase -_gcclibdir="/usr/lib/gcc/$CTARGET/$_pkgbase" -_gcclibexec="/usr/libexec/gcc/$CTARGET/$_pkgbase" +_gcclibdir="usr/lib/gcc/$CTARGET/$_pkgbase" +_gcclibexec="usr/libexec/gcc/$CTARGET/$_pkgbase" prepare() { default_prepare