﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	difficulty
1469	Egg installation doesn't work when CHICKEN_INSTALL_REPOSITORY is a relative path	evhan		"If you set `CHICKEN_INSTALL_REPOSITORY` to relative path and install an egg, the generated install script will put the egg's files under `~/.chicken-install/cache` rather than in the actual repository.

{{{
$ mkdir foo
$ export CHICKEN_INSTALL_REPOSITORY=foo
$ chicken-install srfi-1 >/dev/null
$ ls foo
$ chicken-status
(none)
$ find ~/.chicken-install/cache/srfi-1/foo -type f
/home/evhan/.chicken-install/cache/srfi-1/foo/srfi-1.import.so
/home/evhan/.chicken-install/cache/srfi-1/foo/srfi-1.o
/home/evhan/.chicken-install/cache/srfi-1/foo/srfi-1.so
/home/evhan/.chicken-install/cache/srfi-1/foo/srfi-1.link
/home/evhan/.chicken-install/cache/srfi-1/foo/srfi-1.egg-info
/home/evhan/.chicken-install/cache/srfi-1/foo/srfi-1.types
}}}"	defect	closed	major	5.0	core tools	5.0.0	worksforme			
