From 48c47177930c0667692f80338f603e7dacb6488b Mon Sep 17 00:00:00 2001 From: NicJA Date: Thu, 3 Jul 2014 19:21:34 +0000 Subject: [PATCH] correct distributable file target git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@49099 fb15a70f-31f2-0310-bbcc-cdcc74a49acc --- scripts/nightly/pkg/raspi-armhf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/nightly/pkg/raspi-armhf b/scripts/nightly/pkg/raspi-armhf index 73594a7f9d..669b1515f8 100644 --- a/scripts/nightly/pkg/raspi-armhf +++ b/scripts/nightly/pkg/raspi-armhf @@ -41,7 +41,7 @@ else fi cd $BUILD_BASE/AROS -make arosboot-raspi +make distfiles copy $BUILD_BASE/AROS/distfiles/$DISTFILE $ARCHIVE cd $ROOT -- 2.11.4.GIT