diff options
Diffstat (limited to 'main/ebtables')
-rw-r--r-- | main/ebtables/APKBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/main/ebtables/APKBUILD b/main/ebtables/APKBUILD index 0c05ae376c..3b77e0f6f3 100644 --- a/main/ebtables/APKBUILD +++ b/main/ebtables/APKBUILD @@ -31,6 +31,7 @@ prepare() { -e "s,^LIBDIR:=.*,LIBDIR:=/usr/lib/\$(PROGNAME)," \ -e "s/^CFLAGS:=/CFLAGS?=/" \ -e "s,^CC:=,CC?=," Makefile + rm -r include/linux } build() { |