From 52cb17b504503e3d1eb7aa76bb283f197c292a97 Mon Sep 17 00:00:00 2001 From: Donald Buczek Date: Sat, 29 Dec 2018 13:03:34 +0100 Subject: [PATCH] iana-etc: Clear prefix The Makefile installs into $PREFIX/etc, which doesn't work well with our current default prefix of /usr. Set PREFIX to empty. --- iana-etc-2.30-0.be0 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/iana-etc-2.30-0.be0 b/iana-etc-2.30-0.be0 index 0ec2116f9..2235dcb3a 100755 --- a/iana-etc-2.30-0.be0 +++ b/iana-etc-2.30-0.be0 @@ -2,6 +2,8 @@ # BEE_VERSION iana-etc-2.30-0 +PREFIX= + ## this file was created by bee init and should be executed to build a ## bee-package. (Additional hints are located at the end of this file.)