> True, but this requires manual patching and fixing up of `make
> install`, which is a bummer.

Why?

Your debian/rules or rpmspec %build can simply do something like this:

    make install
    rm -f ${DEST}/etc/systemd/system/FOOO.BAR

that is much easier than quilt patches that modify Makefile.am. Also,
those patches tend to not apply from time to time (if the area around
the patch got changed upstream).
_______________________________________________
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/systemd-devel

Reply via email to