From bbac3c888256a6aff6b1f3fb9004fc62a03b3d30 Mon Sep 17 00:00:00 2001 From: Sanel Zukan Date: Sat, 3 Oct 2009 09:14:21 +0000 Subject: [PATCH] See it as program, so chmod +x can be done on shared library --- ede-panel/Jamfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ede-panel/Jamfile b/ede-panel/Jamfile index b037fe5..29212b5 100644 --- a/ede-panel/Jamfile +++ b/ede-panel/Jamfile @@ -35,7 +35,7 @@ rule PanelApplet LINKFLAGS on $(target) = -shared -rdynamic [ on $(target) return $(LINKFLAGS) ] ; LINKLIBS on $(target) = [ on $(target) return $(LINKLIBS) ] $(3) ; - InstallData $(EDE_PANEL_APPLETS_DIR) : $(target) ; + InstallProgram $(EDE_PANEL_APPLETS_DIR) : $(target) ; Clean clean : $(target) ; }