aboutsummaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
Diffstat (limited to 'build')
-rwxr-xr-xbuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/build b/build
index a5d1a7a..7f013b6 100755
--- a/build
+++ b/build
@@ -100,7 +100,7 @@ parse_pkg_name()
if [ "2${1#*/}" != "2${1}" ]; then
printf '%s' "${1}"
else
- printf '%s' "${PROJECT}/${1}"
+ printf '%s' "${1}/all"
fi
}