Skip to content

Commit

Permalink
fix(packages): alac README file not found
Browse files Browse the repository at this point in the history
  • Loading branch information
duhow committed Jun 16, 2024
1 parent 36e655a commit 47cb0df
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/alac/package.mk
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
PACKAGE_NAME="Apple Lossless Audio Codec"
PACKAGE_VERSION="master"
PACKAGE_VERSION="34b327964c2287a49eb79b88b0ace278835ae95f"
PACKAGE_SRC="https://github.com/mikebrady/alac/archive/${PACKAGE_VERSION}.tar.gz"
PACKAGE_DEPENDS="glibc"

preconfigure_package() {
touch README
autoreconf -fi
}

Expand Down

0 comments on commit 47cb0df

Please sign in to comment.