OSDN Git Service

Merge branch 'fix-aur' into alteriso-3-mainline
authorkokkiemouse <kokkiemouse@gmail.com>
Sun, 5 Jul 2020 20:39:00 +0000 (05:39 +0900)
committerkokkiemouse <kokkiemouse@gmail.com>
Sun, 5 Jul 2020 20:39:00 +0000 (05:39 +0900)
1  2 
build.sh
default.conf

diff --cc build.sh
+++ b/build.sh
@@@ -1534,7 -1600,7 +1634,8 @@@ check_bool customized_usernam
  check_bool noloopmod
  check_bool nochname
  check_bool tarball
 +check_bool noiso
+ check_bool noaur
  
  if [[ "${debug}" =  true ]]; then
      echo
diff --cc default.conf
@@@ -148,11 -148,10 +148,15 @@@ noloopmod=fals
  # This setting cannot be changed by an argument.
  nochname=false
  
 +# Does not build the ISO image file.
 +# Be sure to set the tarball to true if you want this to be true.
 +# Change the default behavior of "--noiso".
 +noiso=false
 +
+ # Do not install the AUR package.
+ # This setting cannot be changed by an argument.
+ noaur=false
  #-- Debug options --#
  
  # Set debug mode.