mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 20:43:38 +02:00
packetstormexploits: typo in comment
This commit is contained in:
parent
0c42872991
commit
4aa357b461
1 changed files with 2 additions and 2 deletions
|
|
@ -15,10 +15,10 @@ HOMEPAGE="http://packetstormsecurity.net"
|
|||
IUSE=""
|
||||
|
||||
if [[ ${MY_PV_MM} == "12" ]]; then
|
||||
#Use yearly archivers
|
||||
#Use yearly archives
|
||||
SRC_URI="https://dl.packetstormsecurity.net/${MY_PV_YY}${MY_PV_MM}-exploits/${MY_PV_YYYY}-exploits.tgz"
|
||||
else
|
||||
#Use monthly archivers
|
||||
#Use monthly archives
|
||||
for MY_M in $(eval echo "{01..$MY_PV_MM}"); do
|
||||
SRC_URI="${SRC_URI} https://dl.packetstormsecurity.net/${MY_PV_YY}${MY_M}-exploits/${MY_PV_YY}${MY_M}-exploits.tgz"
|
||||
done
|
||||
|
|
|
|||
Loading…
Reference in a new issue