emacscollective / borg

Assimilate Emacs packages as Git submodules
https://emacsmirror.net/manual/borg
GNU General Public License v3.0
259 stars 28 forks source link

borg-build asks for cloning epkgs #63

Closed DamienCassou closed 6 years ago

DamienCassou commented 6 years ago

When running M-x borg-build RET ace-link RET, I get a *Borg Build* buffer with

(09:29:52) Building ace-link

Initializing drones...done (185 drones in 0.162s)
Clone https://github.com/emacsmirror/epkgs.git to /home/cassou/.emacs.d/epkgs/? (yes or no)

I don't want to clone epkgs in ~/.emacs.d/epkgs because it is already in ~/.emacs.d/var/epkgs.

tarsius commented 6 years ago

This has happened to me a few times too and I am not quite sure what's going on (though in my case it's in yet another place). I investigated a bit and the problem was that the value of the variable was wrong, but I could not figure out why that was so. I did suspect that it was due to some change/bug in use-package, but I could be completely wrong.

tarsius commented 6 years ago

Has this ever happened again? Not to me.

DamienCassou commented 6 years ago

Not once :-). I'm closing the issue.