uot;${PORTAGE_BUILDDIR}"/.pre_pkg_setup -exec \
touch -c -r "${PORTAGE_BUILDDIR}"/.pre_pkg_setup {} + \
-o -newer "${PORTAGE_BUILDDIR}"/.post_src_install -exec \
touch -c -r "${PORTAGE_BUILDDIR}"/.post_src_install {} + \)
- --
ABCD
"find -newermt" we will need >=findutils-4.3.3 which shouldn't
> be a problem because 4.3.4 went stable in May 2007.
Personally, I would use
find "${D}" -type f \! -newermt "@${stamp1}" -exec \
touch -c -d "@${stamp1}" {} +
and
rapper around its own libraries, so it should Just Work(tm). Also,
looking at the version of samba I have installed on my system, it
doesn't appear to be linked against libdns_sd.so at all. I'm not sure
if it was simply removed from a later version, or what, as I do have
avahi install
on each one on your system and let me know which ones result in errors.
> -mike
With my tests using bash 3.2, I noticed that a number of the
bash-completion scripts use extglob, so you will need to use
`bash -O extglob -n $script` to check for validity.
- --
ABCD
(lurked for a long while, just never h