From 740c741f3a3ca5c1e27fe91659f3ece298329808 Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Mon, 18 Aug 2014 15:27:26 -0700 Subject: [PATCH] Only install liveinst symlink on supported arches The symlink to consolehelper from /usr/bin/liveinst should only be done on arches with liveinst support, otherwise you will get an error when trying to build: error: Installed (but unpackaged) file(s) found: /usr/bin/liveinst Related: rhbz#1121678 (cherry picked from commit 57832f704ad7f692b3ffeaf70880e8845d32a062) Related: rhbz#1196721 --- data/liveinst/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/data/liveinst/Makefile.am b/data/liveinst/Makefile.am index 7a3562f7f87..c4becd07382 100644 --- a/data/liveinst/Makefile.am +++ b/data/liveinst/Makefile.am @@ -31,6 +31,9 @@ dist_xinit_SCRIPTS = zz-liveinst.sh install-exec-local: $(MKDIR_P) $(DESTDIR)$(bindir) $(LN_S) consolehelper $(DESTDIR)$(bindir)/liveinst + +uninstall-local: + rm -f $(DESTDIR)$(bindir)/liveinst endif EXTRA_DIST = README liveinst.desktop.in