search for: post_make_install_fixes

Displaying 2 results from an estimated 2 matches for "post_make_install_fixes".

2006 Feb 13
0
FYI: buildpkg.sh.in
I've just commited the patch below to buildpkg.sh.in to HEAD Just in case anyone is using "make package" to build a SVR4 style package, I thought I'd give a heads the default name for $POST_MAKE_INSTALL_FIXES has changed. --- buildpkg.sh.in.old 2005-12-28 14:24:55.856729016 -0800 +++ buildpkg.sh.in 2006-02-12 10:04:06.383475017 -0800 @@ -35,7 +35,7 @@ SYSVINITSTART=S98 SYSVINITSTOPT=K30 # We will source these if they exist -POST_MAKE_INSTALL_FIXES=./pkg_post_make_install_fixes.sh +POST_MAKE_INSTALL_...
2004 Apr 30
0
buildpkg.sh enhancements
...ks of code to a different location to make some of the enhancements work. Some things you may find usefull: New variables you can put in your config.local REMOVE_FAKE_ROOT_WHEN_DONE Remove fake root dir when done. SYSVINITSTART System V init start level SYSVINITSTOPT System V init start level POST_MAKE_INSTALL_FIXES Name of script to run after "make install" POST_PROTOTYPE_EDITS Name of script to run after prototype is made PKG_PREINSTALL_LOCAL Local preinstall additions PKG_POSTINSTALL_LOCAL Local postinstall additions PKG_PREREMOVE_LOCAL Local preremove additions PKG_POSTREMOVE_LOCAL Local po...