diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2014-01-16 14:40:13 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2014-01-16 14:40:13 +0000 |
commit | f9563898f2c5b07470ab8c0223fb787d3304a2b1 (patch) | |
tree | 84726f3a901fdc298f62a04df5f25341cc24f188 /main/ebtables | |
parent | 51d9d10efc580dfb4ce82848124ce7c19319e76e (diff) | |
download | aports-f9563898f2c5b07470ab8c0223fb787d3304a2b1.tar.bz2 aports-f9563898f2c5b07470ab8c0223fb787d3304a2b1.tar.xz |
Revert "main/mesa: add -dbg package"
This reverts commit 51d9d10efc580dfb4ce82848124ce7c19319e76e.
Diffstat (limited to 'main/ebtables')
-rw-r--r-- | main/ebtables/APKBUILD | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/main/ebtables/APKBUILD b/main/ebtables/APKBUILD index 3b77e0f6f3..0c05ae376c 100644 --- a/main/ebtables/APKBUILD +++ b/main/ebtables/APKBUILD @@ -31,7 +31,6 @@ prepare() { -e "s,^LIBDIR:=.*,LIBDIR:=/usr/lib/\$(PROGNAME)," \ -e "s/^CFLAGS:=/CFLAGS?=/" \ -e "s,^CC:=,CC?=," Makefile - rm -r include/linux } build() { |