From 311356df14662edce3c855fec1b9b5daad516be7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Thu, 2 May 2019 09:51:43 +0200 Subject: shellrc: add color prompt --- shellrc/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'shellrc/Makefile') diff --git a/shellrc/Makefile b/shellrc/Makefile index 5cf70a9..d13cd06 100644 --- a/shellrc/Makefile +++ b/shellrc/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=shellrc -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE_URL:=https://git.cynerd.cz/shellrc PKG_MAINTAINER:=Karel Kočí @@ -33,6 +33,8 @@ Build/Compile:=: define Package/$(PKG_NAME)/install $(PKG_BUILD_DIR)/install --prefix "$(1)" + $(INSTALL_DIR) $(1)/etc/profile.d + $(INSTALL_DATA) ./files/profile.prompt.sh $(1)/etc/profile.d/prompt.sh endef define Package/$(PKG_NAME)-bash/install -- cgit v1.2.3