Project

General

Profile

getting prebuilt apps failed

Added by Fil Lupin about 4 years ago

Hi,
I followed the page https://redmine.replicant.us/projects/replicant/wiki/SourceCode#DownloadingUpdating-the-source-code instructions.

I succeeded into getting the keys specific to 0004 RC2 (see https://redmine.replicant.us/boards/15/topics/15110?r=15685#message-15685).
Then, when I try to get prebuilt apps, I got nothing.

Here is the content of vendor/replicant/get-prebuilts:

#!/bin/sh
set -e

BASEDIR=$( dirname $0 )

mkdir -p $BASEDIR/prebuilt/common/apps/

And even "prebuilt/common/apps" is not created, I only have a prexisting "prebuilt" directory.
The directory is created as "vendor/replicant/prebuilt/common/apps/"

I think something is missing, isn't it?