diff options
author | Edinaldo P. Silva <edps.mundognu@gmail.com> | 2017-02-12 20:48:37 +0000 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-02-12 23:49:25 +0000 |
commit | 81c6c48af31bac7eddc71dc99017937d9fe284ef (patch) | |
tree | c3b1ccbffa6190304d77b90e449e90cde8a8cda0 /misc/grc/doinst.sh | |
parent | 34efa7ddf39effb4e4863c2ebe3ed1d36afeeda6 (diff) | |
download | slackbuilds-81c6c48af31bac7eddc71dc99017937d9fe284ef.tar.gz |
misc/grc: Amended SlackBuild.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'misc/grc/doinst.sh')
-rw-r--r-- | misc/grc/doinst.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/grc/doinst.sh b/misc/grc/doinst.sh index b8ee3107a8..7be6ad2127 100644 --- a/misc/grc/doinst.sh +++ b/misc/grc/doinst.sh @@ -12,6 +12,6 @@ config() { } config etc/grc.conf.new -config etc/grc.bashrc.new -config etc/grc.zsh.new -config etc/grc.fish.new +config etc/profile.d/grc.bashrc.new +config etc/profile.d/grc.zsh.new +config etc/profile.d/grc.fish.new |