Skip to content

Commit

Permalink
autobuild3: use alternatives
Browse files Browse the repository at this point in the history
  • Loading branch information
liushuyu committed Jan 1, 2024
1 parent afcdf11 commit faba79b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions app-devel/autobuild3/autobuild/alternatives
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
alternatives /usr/bin/autobuild /usr/lib/autobuild3/ab3.sh 50
2 changes: 0 additions & 2 deletions app-devel/autobuild3/autobuild/build
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ abinfo "Installing executable symlinks ..."
mkdir -pv "$PKGDIR"/usr/bin
(
cd "$PKGDIR"/usr/bin
ln -sv ../lib/autobuild3/ab3.sh \
"$PKGDIR"/usr/bin/autobuild
ln -sv ../lib/autobuild3/contrib/* \
"$PKGDIR"/usr/bin/
)
1 change: 1 addition & 0 deletions app-devel/autobuild3/spec
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
VER=1.8.6
REL=1
SRCS="git::commit=tags/v$VER::https://github.com/AOSC-Dev/autobuild3"
CHKSUMS="SKIP"
CHKUPDATE="anitya::id=226987"
Expand Down

0 comments on commit faba79b

Please sign in to comment.