Configure leaves unexpanded prefix in script
Brought to you by:
nahaj
I tried to install 0.1.10 and when it was done it did
not operate properly (did ./configure
--prefix=/usr/local ; make ; make install)
Running adaproject test test@test.com results in
(No installed templates directory, checking source
directory...)
adaproject\: *** Apparent bad install of adaproject...
adaproject\: *** TEMPLATE DIRECTORY (/share/adaproject)
DOESN'T EXIST.
Looking at the adaproject script it looks like the
prefix variable does not get properly expanded because
even in the installed version some variables did not
expand properly.
DATADIR=${prefix}/share # (Note that it might have been
quoted, and this unquotes the result.)
TEMPLATEDIR=${prefix}/share/adaproject
Logged In: YES
user_id=594385
Hmm... What OS was this?
Looks like some other intermediate expansions are screwed before we get here.