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

Commit

Permalink
Merge pull request #16 from ajayk/makefile
Browse files Browse the repository at this point in the history
fix makefile
  • Loading branch information
imjasonh authored Feb 22, 2024
2 parents b6cac32 + 5844458 commit 943dcf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ packages/${ARCH}/python3-${PYTHON3_VERSION}.apk:
${MELANGE} build python3.yaml ${MELANGE_OPTS} ${MELANGE_DEFOPTS}

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

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

0 comments on commit 943dcf0

Please sign in to comment.