A few more minor tweaks.
authorSteve Youngs <steve@sxemacs.org>
Wed, 12 Mar 2014 08:03:54 +0000 (18:03 +1000)
committerSteve Youngs <steve@sxemacs.org>
Wed, 12 Mar 2014 08:03:54 +0000 (18:03 +1000)
commit1776bc348d909d3ac2ec198283f5acd1429eaa18
tree00e6f05293f78c13d202bcb0a2b52c70b0125cdb
parente9ffe1509ba3e58b2bc5a4722aff7501325194f2
A few more minor tweaks.

* etc/pkgusr/skel-package/build (update_commands): Just use
update-pkg-project.

* etc/pkgusr/handy_funcs (find_pkg_deps): Removed.  Wasn't all
that handy.

* etc/pkgusr/handy_funcs (build-update): Copy the new build script
into ${HOME}/build-YYYYmmdd if SXEmacs isn't installed to allow
for manual update.

* usr/bin/forall_direntries_from (IGNORE_READDIR_RACE): For use
primarily in the uninstall script.

* usr/lib/pkgusr/uninstall_package (run): The -ignore_readdir_race
option can't be used here directly.  It is now in
forall_direntries_from and activated via env varibable set in this
script.

Signed-off-by: Steve Youngs <steve@sxemacs.org>
etc/pkgusr/handy_funcs
etc/pkgusr/skel-package/build
lisp/pkgusr.el
usr/bin/forall_direntries_from
usr/lib/pkgusr/uninstall_package