Blob Blame History Raw
From 1381d1498d8c671e8d8720c05712dea74114aea0 Mon Sep 17 00:00:00 2001
From: Michael Kuhn <suraia@fedoraproject.org>
Date: Tue, 29 Dec 2015 21:36:37 +0100
Subject: [PATCH 3/4] Do not install distro-info symlink

---
 Makefile | 1 -
 1 file changed, 1 deletion(-)

diff --git a/Makefile b/Makefile
index 683ff06..0e0a6ac 100644
--- a/Makefile
+++ b/Makefile
@@ -19,7 +19,6 @@ build: debian-distro-info ubuntu-distro-info
 install: debian-distro-info ubuntu-distro-info
 	install -d $(DESTDIR)$(PREFIX)/bin
 	install -m 755 $^ $(DESTDIR)$(PREFIX)/bin
-	ln -s $(VENDOR)-distro-info $(DESTDIR)$(PREFIX)/bin/distro-info
 	install -d $(DESTDIR)$(PREFIX)/share/distro-info
 	install -m 644 shunit2-helper-functions.sh $(DESTDIR)$(PREFIX)/share/distro-info
 	$(foreach distro,debian ubuntu,sed -e 's@^\(COMMAND=\"\).*/\(.*-distro-info\"\)$$@\1\2@' \
-- 
2.17.1