diff options
Diffstat (limited to 'net/teddycloud')
-rw-r--r-- | net/teddycloud/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/teddycloud/Makefile b/net/teddycloud/Makefile index 149676c166f2..a1750d0242a9 100644 --- a/net/teddycloud/Makefile +++ b/net/teddycloud/Makefile @@ -65,7 +65,7 @@ ALL_TARGET= preinstall post-extract: pre-install: - @${CP} ${DISTFILES:M*\:toniesjson:C/\:.*//:S,^,${_DISTDIR},} ${WRKSRC}/install/pre/config/ + @${CP} ${DISTFILES:M*\:toniesjson:C/\:.*//:S,^,${_DISTDIR}/,} ${WRKSRC}/install/pre/config/ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/install/pre/teddycloud ${STAGEDIR}${PREFIX}/bin |