Comment 11 for bug 1583250

Revision history for this message
Kyle Fazzari (kyrofa) wrote :

> I am curious about /snap/<snap_name>/current/snap/<snap_name>/current though. Any ideas how this happens?

Yeah, using `./configure --prefix=/snap/<snap_name>/current` gets the right path into the binaries, but then it still needs to be installed with `make install DESTDIR=<installdir>` to get it into the snap. That combination turns into an install location of DESTDIR/PREFIX, or <installdir>/snap/<snap_name>/current in this case.