• Diego Giovane Pasqualin's avatar
    build_package.sh: Allow creation of {pre,post} build scripts · de295f60
    Diego Giovane Pasqualin authored
    Every package can now have a {pre,post}build script, which are files names
    {pre,post}build, located inside the package root directory (eg.
    le-conf/prebuild). If these files are executable, they will be called before
    and after the build process.
    
    prebuild is useful for compiling stuff, and postbuild to cleaning.
    de295f60