diff options
| author | Ray Strode <rstrode@redhat.com> | 2008-05-20 12:33:23 -0400 |
|---|---|---|
| committer | Ray Strode <rstrode@redhat.com> | 2008-05-20 12:33:23 -0400 |
| commit | ec78e3986d4a109333db439db3a7ed25adf3a196 (patch) | |
| tree | 7f080bd077097ea6aa063c22e4d2fe5be04a753b /src/client | |
| parent | 5ed9c22a7e34e088f95ea7e0797b288223ba2817 (diff) | |
| download | plymouth-ec78e3986d4a109333db439db3a7ed25adf3a196.tar.gz plymouth-ec78e3986d4a109333db439db3a7ed25adf3a196.tar.xz plymouth-ec78e3986d4a109333db439db3a7ed25adf3a196.zip | |
overwrite existing rhgb-client compat symlink when doing make install
Diffstat (limited to 'src/client')
| -rw-r--r-- | src/client/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/Makefile.am b/src/client/Makefile.am index e21c083..0d47870 100644 --- a/src/client/Makefile.am +++ b/src/client/Makefile.am @@ -16,7 +16,7 @@ plymouth_SOURCES = \ $(srcdir)/plymouth.c install-data-hook: - (cd $(DESTDIR)$(plymouthdir); ln -s plymouth rhgb-client) + (cd $(DESTDIR)$(plymouthdir); ln -sf plymouth rhgb-client) uninstall-hook: rm -f $(DESTDIR)$(plymouthdir)/rhgb-client |
