pkgsrc-Users archive

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

Re: Installing packages with wildcards



On Thu, 11 Feb 2016, Aleksej Saushev wrote:
I suggest that you learn using pkgtools/pkg_chk.

Oh, cool. I never even knew about that tool. So, that's what it's for, eh? Thanks, tavarish!

This is my personal favorite one-liner for pkgsrc:

# Make binary packages for PKG in `pkg_info | awk '{print $1}' | sort` ; do echo packaging $PKG
  pkg_tarup -d /my/pkgstore/ $PKG
done

I love pkg_tarup.

-Swift


Home | Main Index | Thread Index | Old Index