Skip to content

Commit

Permalink
Only install liveinst symlink on supported arches
Browse files Browse the repository at this point in the history
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 57832f7)

Related: rhbz#1196721
  • Loading branch information
bcl committed Jun 2, 2015
1 parent 4e5dfea commit 740c741
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions data/liveinst/Makefile.am
Expand Up @@ -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
Expand Down

0 comments on commit 740c741

Please sign in to comment.