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

This commit is contained in:
Denis Knauf 2014-12-01 12:29:22 +01:00
parent df1ce35eda
commit 39b45fcf88

View file

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