[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: checkinstall



In article <200206292119.29683.robertsohn@sympatico.ca> you wrote:
> Hi all.
> Anyone know how to have checkinstall NOT add the source files to the deb it 
> creates?  It seems to me that it used to prompt me, asking if I would like 
> them included.  Now it just goes ahead and builds with every damn source 
> file included.
> 
> Perhaps with the --exclude=  switch?  
> 
> But I remember being prompted for inclusion of these files . . .
> 
> It's confusing me.
> 
> all the best,
> Robert_L


A program is ordinarly installed from source using:
./configure
make
sudo make install

To install a package using checkinstall, use:
./configure
make
sudo checkinstall


I imagine that when you're not using checkinstall, you're calling
./configure
sudo make install

and that for checkinstall you're using
./configure
sudo checkinstall

These are wrong.


-- 
To UNSUBSCRIBE, email to debian-user-request@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org



Reply to: