]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
kbd: Remove run of autoreconf.
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 14 Apr 2010 18:23:17 +0000 (20:23 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 14 Apr 2010 18:23:17 +0000 (20:23 +0200)
We do not need this, I think.

pkgs/core/kbd/kbd.nm

index 01457c7c114bfb3257557d49a10689390df0d61c..b0b084c02b65ec21a55089425f2f314afe3b8488 100644 (file)
@@ -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