diff options
| author | Ray Strode <rstrode@redhat.com> | 2007-06-08 14:45:30 -0400 |
|---|---|---|
| committer | Ray Strode <rstrode@redhat.com> | 2007-06-08 14:45:30 -0400 |
| commit | 6e65b02035f444a0d961ff91f202485e8302e927 (patch) | |
| tree | 276f36a7642fe38f9caabc01591c1d036047a0f9 /scripts | |
| parent | 2f02b53dc451361f76c652b6ccc0e0cc07d38790 (diff) | |
| download | plymouth-6e65b02035f444a0d961ff91f202485e8302e927.tar.gz plymouth-6e65b02035f444a0d961ff91f202485e8302e927.tar.xz plymouth-6e65b02035f444a0d961ff91f202485e8302e927.zip | |
fix up the scripts Makefile to actually install the script
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/Makefile.am | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/scripts/Makefile.am b/scripts/Makefile.am index e782a55..34d7e95 100644 --- a/scripts/Makefile.am +++ b/scripts/Makefile.am @@ -1,11 +1,10 @@ -SUBDIRS = - noinst_SCRIPTS = new-object.sh -scriptsdir = $(libexecdir)/plymouth -scripts_SCRIPTS = plymouth-update-initrd +initrdscriptdir = $(libexecdir)/plymouth +initrdscript_SCRIPTS = plymouth-update-initrd -install-exec-hook: - $(scriptsdir)/plymouth-update-initrd +install-data-hook: + $(initrdscriptdir)/plymouth-update-initrd +EXTRA_DIST=$(initrdscript_SCRIPTS) MAINTAINERCLEANFILES = Makefile.in |
