Skip to content

Commit

Permalink
Update manjarolinux target
Browse files Browse the repository at this point in the history
Use `pkgctl` instead of `asp`
  • Loading branch information
takano32 committed Mar 9, 2024
1 parent 8ffc180 commit e6f9eec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion manjarolinux/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ RUN pacman-db-upgrade
RUN pacman -Syyu --noconfirm

RUN pacman -Syy --noconfirm git
RUN pacman -Syy --noconfirm asp base-devel
RUN pacman -Syy --noconfirm devtools base-devel
RUN pacman -Syy --noconfirm pacman-contrib
RUN pacman -Scc

Expand Down
3 changes: 1 addition & 2 deletions manjarolinux/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ rm -rf $BUILD_DIR/* || :
mkdir -p $BUILD_DIR
chown -R takano32:takano32 $BUILD_DIR
cd $BUILD_DIR
$SUDO asp update linux
$SUDO asp export linux
$SUDO pkgctl repo clone --protocol=https linux

cd $BUILD_DIR/linux
$SUDO updpkgsums && yes | $SUDO makepkg -seo
Expand Down

0 comments on commit e6f9eec

Please sign in to comment.