pkgsrc-Users archive

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

Re: is there a way???



On Tue, 10 Mar 2015 23:47:18 -0300
sergio de Almeida Lenzi <lenzi.sergio%gmail.com@localhost> wrote:

> Supose that I am working on a LARGE package, libreoffice for example
> that takes several hours to compile...
> 
> Than I want to change some logic in the install phase., so I do:
> make
> make stage-install
> 
> Ok the package is in the work/.destdir. 
> Now I change some files in the Makefile target (editing the
> post-install, for example)
> than I must re-create the files in  work/.destdir, the work/PLIST*,
> work/.packages work/.pkgdb
> 
> Is there a way to recreate these files/directories without rebuild the
> package? (make clean...)
> 
> If I remove work/.destdir work/.install_done work/.PLIST*
> and than... make stage-install it rebuilds those directories but DO NOT
> create work/.packages and work/.pkgdb
> 
> Is there a solution ???

remove the following files and directories in ${WRKDIR}:
.PLIST*
.prefix.p*
.install_done
.package_done
.destdir


Home | Main Index | Thread Index | Old Index