diff options
author | Alexei Colin | 2020-02-29 22:01:12 -0500 |
---|---|---|
committer | Alexei Colin | 2020-02-29 22:01:12 -0500 |
commit | 7a66e8fa7f9dec36af30146fb2c744c43d153f06 (patch) | |
tree | b479efa38b0fe6e63b5590318ea517bca4e3ca06 /zephyr-sdk.install | |
parent | 43a1787e6edcb1f3f7b160f5ea8a6f6ac4510847 (diff) | |
download | aur-7a66e8fa7f9dec36af30146fb2c744c43d153f06.tar.gz |
0.11.2
Diffstat (limited to 'zephyr-sdk.install')
-rw-r--r-- | zephyr-sdk.install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zephyr-sdk.install b/zephyr-sdk.install index 15f96334b08..b4dfe7e9190 100644 --- a/zephyr-sdk.install +++ b/zephyr-sdk.install @@ -1,4 +1,4 @@ post_install() { echo ">>> Create a config file:" - echo ">>> cp /etc/zephyrrc ~/.zephyrrc" + echo ">>> cp /usr/share/zephyr-sdk/zephyrrc ~/.zephyrrc" } |