diff options
author | Cem Keylan <cem@ckyln.com> | 2020-05-30 13:48:45 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-05-30 13:48:45 +0300 |
commit | 283b130df69fdaf4cf44e8d7dd79a25814669e1d (patch) | |
tree | 9ae8474b5a54d95349867ef27cfb483670d77584 /core/kiss/files | |
parent | 8bb503f0f5be49802c3ff917ecef52321990097b (diff) | |
download | repository-283b130df69fdaf4cf44e8d7dd79a25814669e1d.tar.gz |
i686: merge completely with the core repository, and remove from default KISS_PATH
Diffstat (limited to 'core/kiss/files')
-rw-r--r-- | core/kiss/files/kiss_path.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/kiss/files/kiss_path.sh b/core/kiss/files/kiss_path.sh index b88ab4fc..95cf8fac 100644 --- a/core/kiss/files/kiss_path.sh +++ b/core/kiss/files/kiss_path.sh @@ -1,2 +1 @@ export KISS_PATH=/var/db/kiss/repo/core:/var/db/kiss/repo/extra:/var/db/kiss/repo/xorg -case "$(uname -m)" in i*86) export KISS_PATH=/var/db/kiss/repo/i686:$KISS_PATH; esac |