keplerproject / orbit

Orbit is an MVC web framework for Lua.
http://keplerproject.github.io/orbit/
118 stars 35 forks source link

Adapt Makefile to directory structure #9

Closed daniel-j-h closed 10 years ago

daniel-j-h commented 12 years ago

The installation process fails, because the Makefile is missing sub-directories from the tree:

cp src/orbit/model.lua $(LUA_DIR)/orbit
cp src/orbit/cache.lua $(LUA_DIR)/orbit
cp src/orbit/pages.lua $(LUA_DIR)/orbit
cp src/orbit/ophandler.lua $(LUA_DIR)/orbit
mkdir -p $(BIN_DIR)
cp src/launchers/orbit $(BIN_DIR)

Notice the added sub-directories 'orbit' and 'launcher', which are missing.

mascarenhas commented 10 years ago

Can I close this?

petsagouris commented 10 years ago

It is fixed in #23, so when that pull happens it can be closed.

petsagouris commented 10 years ago

This is done now too ;)