Skip to content
This repository was archived by the owner on Jan 5, 2022. It is now read-only.

Commit d154315

Browse files
committed
build.prop and packages.xml are now saved in the conf/ subdir
1 parent f77c974 commit d154315

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

adebar-cli

+2-2
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,8 @@ if [ -n "${STORAGE_BASE}" ]; then
116116
fi
117117
DOCDIR="${OUTDIR}/${DOCDIR}"
118118
CONFDIR="${OUTDIR}/${CONFDIR}"
119-
PKGXML="${DOCDIR}/packages.xml"
120-
BUILDPROP="${DOCDIR}/build.prop"
119+
PKGXML="${CONFDIR}/packages.xml"
120+
BUILDPROP="${CONFDIR}/build.prop"
121121
if [ ! -d "${DOCDIR}" ]; then
122122
mkdir -p "${DOCDIR}" || {
123123
echo "Output directory does not exist, and I cannot create it. Sorry."

0 commit comments

Comments
 (0)