]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
readline: Install /etc/inputrc.
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 1 Jun 2010 21:57:16 +0000 (23:57 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 1 Jun 2010 21:57:16 +0000 (23:57 +0200)
pkgs/core/readline/readline.nm

index 6ec1c59dd2f7c0a74db7f35f67e093d4eae732a5..00a4c325e220a1173a577d6e67a4d0db028cab1f 100644 (file)
@@ -62,4 +62,6 @@ define STAGE_INSTALL_CMDS
 
        -mkdir -pv $(BUILDROOT)/etc/profile.d
        cp -vf $(DIR_SOURCE)/readline.sh $(BUILDROOT)/etc/profile.d/
+
+       cp -vf $(DIR_SOURCE)/inputrc $(BUILDROOT)/etc/
 endef