hfsprogs is now in AUR
This commit is contained in:
parent
f810ef9ef9
commit
24831c5e8f
1 changed files with 4 additions and 1 deletions
|
@ -19,7 +19,7 @@ options+=("smbclient" "SMB full client" off)
|
|||
options+=("nfs-utils" "" off)
|
||||
options+=("open-iscsi" "" off)
|
||||
options+=("glusterfs" "" off)
|
||||
options+=("hfsprogs" "" off)
|
||||
options+=("hfsprogs" "(AUR)" off)
|
||||
options+=("mtpfs" "" off)
|
||||
options+=("unionfs-fuse" "" off)
|
||||
options+=("nilfs-utils" "" off)
|
||||
|
@ -39,6 +39,9 @@ fi
|
|||
|
||||
for itm in $sel; do
|
||||
case $itm in
|
||||
'"hfsprogs"')
|
||||
aurpkg="$aurpkg $(echo $itm | sed 's/"//g')"
|
||||
;;
|
||||
*) pkg="$pkg $(echo $itm | sed 's/"//g')";;
|
||||
esac
|
||||
done
|
||||
|
|
Loading…
Add table
Reference in a new issue