Comment 6 for bug 1702059

Revision history for this message
Benjamin (popibrossard) wrote :

Sorry, little mistake in my previous comment,
it's not:
sed -i '/^$remoteroot =~.*/i $remoteroot =~ s|/?$|/| ;' /usr/bin/debmirror
But:
sed -i '/^$remoteroot =~.*/i $remoteroot =~ s|\/?$|\/| ;' /usr/bin/debmirror