Skip to content

Commit

Permalink
fix profile setting
Browse files Browse the repository at this point in the history
  • Loading branch information
abbbi committed Sep 1, 2020
1 parent fd8031b commit e6ef4ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kiss-bootstrap
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ setup_kiss_chroot() {
log Clone repo [$BASE_REPO]; {
chroot_exec "rm -rf /var/db/kiss/repo/" ${CHROOT_DIR}
chroot_exec "git clone https://github.com/kisslinux/repo /var/db/kiss/repo/" ${CHROOT_DIR}
chroot_exec "echo 'export KISS_PATH=/var/db/kiss/repo/core:/var/db/kiss/repo/extra' > /etc/profile" ${CHROOT_DIR}
chroot_exec "echo 'export KISS_PATH=/var/db/kiss/repo/core:/var/db/kiss/repo/extra' >> /etc/profile" ${CHROOT_DIR}
}

log Building base packages; {
Expand Down

0 comments on commit e6ef4ab

Please sign in to comment.