pkgsrc-Users archive

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

Re: packages going to the wrong place?



So with DESTDIR mode, when you do

  make

it's the same as before, and

  make install

installs into a work/.destdir.  If you want the package actually
installed on your machine, you type:

  make package-install

which works in either mode.  It's arguably a bug that 'install' was
repurposed to something that doesn't installl.

make replace will now
  build
  install to destdir
  make a binary package from that
  pkg_add -U

Attachment: pgp8uaHOvOmsL.pgp
Description: PGP signature



Home | Main Index | Thread Index | Old Index