Skip to content

Commit

Permalink
fixed actions/config-makepkg for devtools-alarm
Browse files Browse the repository at this point in the history
  • Loading branch information
petronny committed May 23, 2023
1 parent 4edfa41 commit db8d8f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actions/config-makepkg/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ runs:
sed '/yes y/s|.*|pacman -U --noconfirm -- "${pkgnames[@]/#//root/}"|' -i /usr/bin/makechrootpkg
# Disable debug
sed '/^OPTIONS/s/ debug/ !debug/' -i /usr/share/devtools/makepkg.conf.d/*.conf
sed '/^OPTIONS/s/ debug/ !debug/' -i /usr/share/devtools/makepkg.conf.d/*.conf || sed '/^OPTIONS/s/ debug/ !debug/' -i /usr/share/devtools/makepkg-*.conf

0 comments on commit db8d8f9

Please sign in to comment.