Skip to content
This repository was archived by the owner on Mar 23, 2024. It is now read-only.

Commit 5844458

Browse files
committed
fix makefile
1 parent b6cac32 commit 5844458

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ packages/${ARCH}/python3-${PYTHON3_VERSION}.apk:
199199
${MELANGE} build python3.yaml ${MELANGE_OPTS} ${MELANGE_DEFOPTS}
200200

201201
packages/${ARCH}/libxcrypt-${LIBXCRYPT_VERSION}.apk:
202-
${MELANGE} build libxcrypt.yaml ${MELANGE_OPTS} ${MELANGE_DEFOPTS}
202+
${MELANGE} build libxcrypt.yaml ${MELANGE_OPTS} ${MELANGE_DEFOPTS}
203203

204204
packages/${ARCH}/glibc-${GLIBC_VERSION}.apk:
205205
${MELANGE} build glibc.yaml ${MELANGE_OPTS} --source-dir ./glibc/

0 commit comments

Comments
 (0)