blob: 0292e8a6ba78820bc6978ebac4d20774dec1a81c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-aa,v 1.1.1.1 2005/09/02 14:42:52 xtraeme Exp $
--- datas/Makefile.orig 2005-09-02 02:20:49.000000000 +0200
+++ datas/Makefile 2005-09-02 02:21:02.000000000 +0200
@@ -10,7 +10,7 @@
$(INSTALL_DATA) mime.conf $(DIR)
$(INSTALL_DATA) efltk.conf $(DIR)
$(MKINSTALLDIRS) $(bindir)
- $(INSTALL_PROGRAM) startede $(bindir)
+ $(BSD_INSTALL_SCRIPT) startede $(bindir)
uninstall:
$(RM) -r $(DIR)
|