pax: WORK="$WORKDIR/$PN" (directory-name changed)

master
Denis Knauf 2014-12-01 12:29:22 +01:00
parent df1ce35eda
commit 39b45fcf88
1 changed files with 2 additions and 0 deletions

View File

@ -13,6 +13,8 @@ PLATFORMS="~amd64 ~x86"
DEPENDENCIES=""
WORK="${WORKBASE}/${PN}"
src_compile() {
# Makefile says:
# # -DLONG_OFF_T The base type of off_t is a long, not a long long.