committing changes in /etc after emerge run
This commit is contained in:
parent
ceaa4c576c
commit
e06eb8d06e
@ -8,7 +8,7 @@ source "/etc/paludis/hooks/set_portdir.bash"
|
||||
cd "${PORTDIR}"/metadata || die "could not cd into '${PORTDIR}/metadata'!"
|
||||
if [[ -e dtd ]] ; then
|
||||
einfo "dtd dir already exists, updating..."
|
||||
cd glsa || die "could not cd into 'dtd'!"
|
||||
cd dtd || die "could not cd into 'dtd'!"
|
||||
git pull --ff || die "could not pull updates!"
|
||||
else
|
||||
einfo "dtd directory does not exist, cloning..."
|
||||
|
Loading…
Reference in New Issue
Block a user