gnu: libbpf: Fix erroneous use of DESTDIR.
authorTobias Geerinckx-Rice <me@tobias.gr>
Tue, 6 Oct 2020 08:28:29 +0000 (10:28 +0200)
committerTobias Geerinckx-Rice <me@tobias.gr>
Tue, 6 Oct 2020 09:02:47 +0000 (11:02 +0200)
commit36c737a9c3d906e85c97c919cd6ddb4f95eca2c9
tree6809e41334185afed5213faa727d6f6ea1346217
parent2fb12dd1bb725592e1561ac8f4b32fb68accb161
gnu: libbpf: Fix erroneous use of DESTDIR.

It broke the pkg-config file and is almost always a mistake.

* gnu/packages/linux.scm (libbpf)[arguments]: Correctly set PREFIX.
gnu/packages/linux.scm