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

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

diff --git a/Makefile b/Makefile
index 6a6d09c..8673f42 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.5.0