[Touch-packages] [Bug 1679789] Re: Trailing slash missing from Dir::Cache in apt configuration

2017-04-05 Thread jimav
Thanks for the clarification. I had completely missed the /d and /f functionality. Sorry for the bogus bugrep. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to apt in Ubuntu. https://bugs.launchpad.net/bugs/1679789 Title:

[Touch-packages] [Bug 1679789] Re: Trailing slash missing from Dir::Cache in apt configuration

2017-04-04 Thread Julian Andres Klode
To clarify: You must not merge paths manually, that's what /d and /f do. For example, this: RootDir 'foo'; Dir '/'; Dir::Cache 'var/cache/apt'; Dir::Cache::pkgcache 'pkgcache.bin'; Gives you: Dir::Cache::pkgcache/f = foo/var/cache/apt/pkgcache.bin Dir::Cache/f = foo/var/cache/apt

[Touch-packages] [Bug 1679789] Re: Trailing slash missing from Dir::Cache in apt configuration

2017-04-04 Thread Julian Andres Klode
You need to specify /d at the end of an option name to get a directory name (or /f for a file). Just using the option name is not​ correct, it might ignore path components. ** Changed in: apt (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member