author | kergoth <kergoth> | 2003-01-16 06:40:25 (UTC) |
---|---|---|
committer | kergoth <kergoth> | 2003-01-16 06:40:25 (UTC) |
commit | 0b9787872c6e88ebc5591e0fc2dcc6c3e57e9b9c (patch) (unidiff) | |
tree | 3acb714be332f7ac9147d91362f242ad62ed377c | |
parent | 711c066cc55172ec77749a369ba0273df73037b2 (diff) | |
download | opie-0b9787872c6e88ebc5591e0fc2dcc6c3e57e9b9c.zip opie-0b9787872c6e88ebc5591e0fc2dcc6c3e57e9b9c.tar.gz opie-0b9787872c6e88ebc5591e0fc2dcc6c3e57e9b9c.tar.bz2 |
Add 'root' install, for files that need to be installed to nonstandard paths.. most of the include.pro is ready, the real work involves a lot of cvs structure/file rearranging and manual .pro edits to change the ipk generation method.
-rw-r--r-- | include.pro | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include.pro b/include.pro index 301d6a8..cbc534d 100644 --- a/include.pro +++ b/include.pro | |||
@@ -42,4 +42,9 @@ sounds.files = sounds/* | |||
42 | INSTALLS += sounds | 42 | INSTALLS += sounds |
43 | 43 | ||
44 | # anything in nonstandard paths | ||
45 | root.path = / | ||
46 | root.files = root/* | ||
47 | INSTALLS += root | ||
48 | |||
44 | # new targets | 49 | # new targets |
45 | 50 | ||