add a not documented apt-key --fakeroot option
authorDavid Kalnischkies <kalnischkies@gmail.com>
Thu, 11 Jul 2013 17:20:09 +0000 (19:20 +0200)
committerDavid Kalnischkies <kalnischkies@gmail.com>
Mon, 12 Aug 2013 16:01:37 +0000 (18:01 +0200)
commit3dc55197095e0536aae4d5c0c91e28bfd4740ec6
tree91f10be60b3e729ab96244e37d6249dac8733680
parent87281603a1342a7dc4d12f979574704a45bf6b7b
add a not documented apt-key --fakeroot option

Usually, most apt-key commands require root, so the script is checking
for being run as root, but in your tests we use a non-root location, so
we don't need to be root and therefore need an option to skip the check.

Git-Dch: Ignore
cmdline/apt-key