|
From: | Russell Shaw |
Subject: | Re: Exec install location |
Date: | Wed, 06 Sep 2006 20:21:58 +1000 |
User-agent: | Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.12) Gecko/20060205 Debian/1.7.12-1.1 |
Ralf Wildenhues wrote:
Hello Russel, * Russell Shaw wrote on Tue, Sep 05, 2006 at 04:21:20PM CEST:What do i put into Makefile.am to get a program installed into /usr/bin? (I just read the autoconf and automake manuals)Nothing, you just ./configure --prefix=/usr or, if you want only /usr/bin but everything else below /usr/local, ./configure --bindir=/usr/bin Hope that helps.
Yes it did. When i do "make distcheck", is there a way to get a list of where all the files get installed? Also, how do i install a directory of data files? I tried: dist_pkgdata_DATA = sysdefaults/avk/ i get (from make distcheck): /usr/bin/install: omitting directory `../../src/sysdefaults/avk/' because /usr/bin/install didn't have the -d option.
[Prev in Thread] | Current Thread | [Next in Thread] |