From 3f0135ea7be6222ea567795fb2f0e502590a133f Mon Sep 17 00:00:00 2001
From: Ivica Ico Bukvic <ico@vt.edu>
Date: Mon, 25 Feb 2013 15:54:17 -0500
Subject: [PATCH] fixed bug where pd-l2ork symlink for pd~ external did not get
 installed

---
 packages/linux_make/generate_install_makefile.bash | 1 +
 1 file changed, 1 insertion(+)

diff --git a/packages/linux_make/generate_install_makefile.bash b/packages/linux_make/generate_install_makefile.bash
index 98bfcde40..a8fd6f77b 100755
--- a/packages/linux_make/generate_install_makefile.bash
+++ b/packages/linux_make/generate_install_makefile.bash
@@ -23,6 +23,7 @@ function print_dir ()
 
 function post_install ()
 {
+	echo -e "\tcp -f lib/pd-l2ork/pd-l2ork \$(prefix)/lib/pd-l2ork/pd-l2ork"
 	echo -e "\tcp -f /usr/local/lib/pd-l2ork/pd-l2ork.png /usr/share/icons/hicolor/128x128/apps/"
 	echo -e "\tcp -f /usr/local/lib/pd-l2ork/pd-l2ork-red.png /usr/share/icons/hicolor/128x128/apps/"
 	echo -e "\tcp -f /usr/local/lib/pd-l2ork/pd-l2ork-k12.png /usr/share/icons/hicolor/128x128/apps/"
-- 
GitLab