mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-08 05:46:38 +02:00
community/dnsrecon: add missing files
This commit is contained in:
parent
51bdccba2a
commit
7923a2db43
@ -20,13 +20,13 @@ prepare() {
|
||||
}
|
||||
|
||||
package() {
|
||||
for dir in lib tools msf_plugin; do
|
||||
mkdir -p "$pkgdir"/usr/share/dnsrecon/$dir
|
||||
cp $dir/* "$pkgdir"/usr/share/dnsrecon/$dir
|
||||
done
|
||||
mkdir -p "$pkgdir"/usr/share/dnsrecon
|
||||
cp -r lib msf_plugin tools "$pkgdir"/usr/share/dnsrecon
|
||||
install -D -m 0755 dnsrecon.py "$pkgdir"/usr/share/dnsrecon/dnsrecon.py
|
||||
mkdir -p "$pkgdir"/usr/bin
|
||||
ln -sf /usr/share/dnsrecon/dnsrecon.py "$pkgdir"/usr/bin/dnsrecon.py
|
||||
ln -sf /usr/share/dnsrecon/dnsrecon.py "$pkgdir"/usr/bin/dnsrecon
|
||||
install -D -m 0644 namelist.txt subdomains-*.txt -t \
|
||||
"$pkgdir"/usr/share/dnsrecon/
|
||||
}
|
||||
|
||||
sha512sums="1b0ed1b405e58f8df7a8e1fb8a2dd07713bf5e8434ccfbced316cac8b16966b88a98f583be122c35bfbc540753bd44e5e47474aa58544dbea77e73d0cddc4c6b dnsrecon-0.9.1.tar.gz"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user