Skip to content

Commit

Permalink
fix(main/patch): add missing license file symlink
Browse files Browse the repository at this point in the history
`../../LICENSES/GPL-2.0.txt←./share/doc/patch/LICENSE`
  • Loading branch information
agnostic-apollo authored Jul 9, 2024
1 parent baeb86b commit 9ad5ecb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/patch/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ TERMUX_PKG_DESCRIPTION="GNU patch which applies diff files to create patched fil
TERMUX_PKG_LICENSE="GPL-2.0"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION=2.7.6
TERMUX_PKG_REVISION=3
TERMUX_PKG_REVISION=4
TERMUX_PKG_SRCURL=https://mirrors.kernel.org/gnu/patch/patch-${TERMUX_PKG_VERSION}.tar.xz
TERMUX_PKG_SHA256=ac610bda97abe0d9f6b7c963255a11dcb196c25e337c61f94e4778d632f1d8fd
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--disable-xattr ac_cv_path_ED=$TERMUX_PREFIX/bin/ed"
Expand Down

0 comments on commit 9ad5ecb

Please sign in to comment.