From e06eb8d06e60c0561e116f686775d456e606b56b Mon Sep 17 00:00:00 2001 From: hasufell Date: Sat, 15 Aug 2015 16:52:22 +0200 Subject: [PATCH] committing changes in /etc after emerge run --- paludis/hooks/sync_all_post/sync_dtd.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/paludis/hooks/sync_all_post/sync_dtd.bash b/paludis/hooks/sync_all_post/sync_dtd.bash index 8167604..2e76cb5 100644 --- a/paludis/hooks/sync_all_post/sync_dtd.bash +++ b/paludis/hooks/sync_all_post/sync_dtd.bash @@ -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..."