[Fedora-livecd-list] Makefile

Brian C. Lane bcl at fedoraproject.org
Mon Mar 21 16:40:26 UTC 2011


 Makefile |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 25cd8004b2db9cd9c06d70ddc1373e73802c8179
Author: Brian C. Lane <bcl at redhat.com>
Date:   Mon Mar 21 09:38:58 2011 -0700

    Symlink image-creator instead of hardlink (#689167)
    
    Fixes conflicting selinux contexts between livecd-creator and
    image-creator

diff --git a/Makefile b/Makefile
index d4745c9..04a6c65 100644
--- a/Makefile
+++ b/Makefile
@@ -22,7 +22,7 @@ man:
 
 install: man
 	$(INSTALL_PROGRAM) -D tools/livecd-creator $(DESTDIR)/usr/bin/livecd-creator
-	ln $(DESTDIR)/usr/bin/livecd-creator $(DESTDIR)/usr/bin/image-creator
+	ln -s $(DESTDIR)/usr/bin/livecd-creator $(DESTDIR)/usr/bin/image-creator
 	$(INSTALL_PROGRAM) -D tools/liveimage-mount $(DESTDIR)/usr/bin/liveimage-mount
 	$(INSTALL_PROGRAM) -D tools/livecd-iso-to-disk.sh $(DESTDIR)/usr/bin/livecd-iso-to-disk
 	$(INSTALL_PROGRAM) -D tools/livecd-iso-to-pxeboot.sh $(DESTDIR)/usr/bin/livecd-iso-to-pxeboot




More information about the livecd mailing list