Skip to content

Commit 5933f3d

Browse files
LCvanDinterenPeterJohnson
authored andcommitted
Explicitly check if postrun script exists in BASE_DIR (RPi-Distro#351)
1 parent af2440d commit 5933f3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ for EXPORT_DIR in ${EXPORT_DIRS}; do
250250
fi
251251
done
252252

253-
if [ -x postrun.sh ]; then
253+
if [ -x ${BASE_DIR}/postrun.sh ]; then
254254
log "Begin postrun.sh"
255255
cd "${BASE_DIR}"
256256
./postrun.sh

0 commit comments

Comments
 (0)