From: Michael Tremer Date: Wed, 14 Apr 2010 18:23:17 +0000 (+0200) Subject: kbd: Remove run of autoreconf. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d7b55070f47c8cb9c96b8266cb41aa178612ee98;p=ipfire-3.x.git kbd: Remove run of autoreconf. We do not need this, I think. --- diff --git a/pkgs/core/kbd/kbd.nm b/pkgs/core/kbd/kbd.nm index 01457c7c1..b0b084c02 100644 --- a/pkgs/core/kbd/kbd.nm +++ b/pkgs/core/kbd/kbd.nm @@ -34,8 +34,6 @@ PKG_URL = http://ftp.altlinux.org/pub/people/legion/kbd PKG_LICENSE = GPLv2+ PKG_SUMMARY = Tools for configuring the console (keyboard, virtual terminals, etc.). -PKG_BUILD_DEPS+= autoconf automake - define PKG_DESCRIPTION The kbd package contains tools for managing a Linux \ system's console's behavior, including the keyboard, the screen \ @@ -56,9 +54,6 @@ define STAGE_PREPARE_CMDS # Adding our own fonts cd $(DIR_APP) && $(DO_EXTRACT) $(DIR_DL)/kbd-latsun-fonts.tar.bz2 cd $(DIR_APP) && $(DO_EXTRACT) $(DIR_DL)/kbd-latarcyrheb-16-fixed.tar.bz2 - - cd $(DIR_APP) && autoreconf --force --install - cd $(DIR_APP) && sed -i "s/ifdef OPTIONAL_PROGS/ifeq (\$$(OPTIONAL_PROGS),yes)/" man/Makefile.in endef define STAGE_INSTALL