diff options
Diffstat (limited to 'x11-wm/ede/files/patch-datas-Makefile')
-rw-r--r-- | x11-wm/ede/files/patch-datas-Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/x11-wm/ede/files/patch-datas-Makefile b/x11-wm/ede/files/patch-datas-Makefile new file mode 100644 index 000000000000..a2b46cb6eee6 --- /dev/null +++ b/x11-wm/ede/files/patch-datas-Makefile @@ -0,0 +1,11 @@ +--- datas/Makefile.orig Wed Jul 20 12:23:29 2005 ++++ datas/Makefile Wed Jul 20 12:23:39 2005 +@@ -10,7 +10,7 @@ + $(INSTALL_DATA) mime.conf $(DIR) + $(INSTALL_DATA) efltk.conf $(DIR) + $(MKINSTALLDIRS) $(bindir) +- $(INSTALL_PROGRAM) startede $(bindir) ++ $(INSTALL_SCRIPT) startede $(bindir) + + uninstall: + $(RM) -r $(DIR) |