summaryrefslogtreecommitdiffstats
path: root/src/splash-plugins
diff options
context:
space:
mode:
authorPeter Jones <pjones@redhat.com>2008-06-13 17:16:44 -0400
committerPeter Jones <pjones@vroomfondel.internal.datastacks.com>2008-06-13 17:16:44 -0400
commita6f91f55b1ed638ebb6fcf8823a8dd4b7049fc39 (patch)
treec192fbe9dcba77b2d01a81148d21fa1f3d17c077 /src/splash-plugins
parent54a651f30cb40c4adbba610aff86d20a4bc38e52 (diff)
downloadplymouth-a6f91f55b1ed638ebb6fcf8823a8dd4b7049fc39.tar.gz
plymouth-a6f91f55b1ed638ebb6fcf8823a8dd4b7049fc39.tar.xz
plymouth-a6f91f55b1ed638ebb6fcf8823a8dd4b7049fc39.zip
Name the default plugin "default.so", not "graphical.so", so that it's obvious what's going on there.
Diffstat (limited to 'src/splash-plugins')
-rw-r--r--src/splash-plugins/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/splash-plugins/Makefile.am b/src/splash-plugins/Makefile.am
index 39263d9..a36d44d 100644
--- a/src/splash-plugins/Makefile.am
+++ b/src/splash-plugins/Makefile.am
@@ -3,5 +3,5 @@ MAINTAINERCLEANFILES = Makefile.in
if ADD_DEFAULT_PLUGIN_LINK
install-data-hook:
- (cd $(DESTDIR)$(libdir)/plymouth; ln -sf $(default_plugin_name).so graphical.so)
+ (cd $(DESTDIR)$(libdir)/plymouth; ln -sf $(default_plugin_name).so default.so)
endif