Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 522701a5 authored by Bharath's avatar Bharath
Browse files

Change images directory to root

This is required to match the release package.

Change-Id: Ie9aa92a32395975bf71a3166bd3dae734d0b2ed4
parent b6ebdb9a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@ PRODUCT_ID="FP3"

# Paths/files
ROOT_DIR="$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"
IMAGES_DIR="${ROOT_DIR}/images"
IMAGES_DIR="${ROOT_DIR}"

# Abort the script (and wait for a key to be pressed).
abort_now() {