add skiplist
This commit is contained in:
parent
b7f436d5ef
commit
3b2548d3d9
@ -8,8 +8,17 @@ license=('UNKNOWN')
|
||||
|
||||
auto_req=1
|
||||
auto_prov=1
|
||||
auto_req_skiplist_altlinux=(
|
||||
"/usr/bin/zsh-req"
|
||||
"/usr/bin/bash-req"
|
||||
)
|
||||
auto_req_skiplist_fedora=(
|
||||
"^/usr/bin/zsh-req$"
|
||||
"^/usr/bin/bash-req$"
|
||||
)
|
||||
|
||||
package() {
|
||||
install-binary "$scriptdir/bash-req" bash-req
|
||||
install-binary "$scriptdir/zsh-req" zsh-req
|
||||
install-binary "$scriptdir/sh-req" sh-req
|
||||
}
|
||||
|
@ -1 +1 @@
|
||||
#!/usr/bin/bash
|
||||
#!/bin/bash
|
1
test-autoreq-autoprov/sh-req
Normal file
1
test-autoreq-autoprov/sh-req
Normal file
@ -0,0 +1 @@
|
||||
#!/bin/sh
|
@ -1 +1 @@
|
||||
#!/usr/bin/zsh
|
||||
#!/bin/zsh
|
||||
|
Loading…
Reference in New Issue
Block a user