Skip to content

Commit

Permalink
chore(main/eltclsh): conform to termux#20867 changes
Browse files Browse the repository at this point in the history
  • Loading branch information
TomJo2000 committed Jul 28, 2024
1 parent 2258b74 commit 3ea6bc3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions packages/eltclsh/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,8 @@ TERMUX_PKG_BUILD_DEPENDS="tk"
TERMUX_PKG_SUGGESTS="tk"
TERMUX_PKG_AUTO_UPDATE=true
TERMUX_PKG_UPDATE_METHOD=repology
TERMUX_PKG_NO_STATICSPLIT=true

termux_step_post_make_install() {
mkdir -p $TERMUX_PREFIX/share/doc/$TERMUX_PKG_NAME
sed -ne '/Copyright/,/ADVISED OF THE POSSIBILITY OF SUCH DAMAGE./s%^# %%p' $TERMUX_PKG_SRCDIR/tcl/init.tcl > $TERMUX_PREFIX/share/doc/$TERMUX_PKG_NAME/LICENSE
mkdir -p "$TERMUX_PREFIX/share/doc/$TERMUX_PKG_NAME"
sed -ne '/Copyright/,/ADVISED OF THE POSSIBILITY OF SUCH DAMAGE./s%^# %%p' "$TERMUX_PKG_SRCDIR/tcl/init.tcl" > "$TERMUX_PREFIX/share/doc/$TERMUX_PKG_NAME/copyright"
}

0 comments on commit 3ea6bc3

Please sign in to comment.