Use wget timestamping
This commit is contained in:
parent
bf2ef87afb
commit
32a674c159
@ -5,6 +5,6 @@ source "/etc/paludis/hooks/set_portdir.bash"
|
|||||||
|
|
||||||
if [[ ${TARGET} == gentoo ]] ; then
|
if [[ ${TARGET} == gentoo ]] ; then
|
||||||
ebegin "Updating projects.xml"
|
ebegin "Updating projects.xml"
|
||||||
wget -q -O "${PORTDIR}"/metadata/projects.xml https://api.gentoo.org/metastructure/projects.xml
|
wget -q -P "${PORTDIR}"/metadata/ -N https://api.gentoo.org/metastructure/projects.xml
|
||||||
eend $?
|
eend $?
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user