summaryrefslogtreecommitdiff
path: root/scripts/plymouth-generate-initrd.in
AgeCommit message (Collapse)AuthorFilesLines
2010-03-02[scripts] Don't hardcode LIBEXECDIR and DATADIR pathsScott James Remnant1-0/+24
The scripts hard-coded the paths for LIBEXECDIR and DATADIR, unless passed as environment variables. Instead of doing this, which breaks if plymouth is installed outside of /usr, set these derived from the configure $libexecdir and $datadir variables just as we do for pkg-config, etc. Since we use so many variables, it makes more sense to generate these scripts from config.status rather than having special Makefile rules for them.