fix patch-Makefile_in
This commit is contained in:
parent
98e963cf1d
commit
b0bfd382e8
@ -1,12 +1,12 @@
|
|||||||
$OpenBSD: patch-Makefile_in,v 1.1.1.1 2002/11/14 14:26:57 couderc Exp $
|
$OpenBSD: patch-Makefile_in,v 1.2 2003/08/02 14:04:21 couderc Exp $
|
||||||
--- Makefile.in.orig Mon Jul 29 17:08:55 2002
|
--- Makefile.in.orig 2003-08-02 14:12:00.000000000 +0200
|
||||||
+++ Makefile.in Wed Oct 9 16:45:34 2002
|
+++ Makefile.in 2003-08-02 14:13:16.000000000 +0200
|
||||||
@@ -494,7 +494,7 @@ uninstall-man: uninstall-man1
|
@@ -428,7 +428,7 @@ mostlyclean distclean maintainer-clean
|
||||||
|
|
||||||
|
|
||||||
install-data-hook:
|
install-data-hook:
|
||||||
- "${bindir}/update-mime-database" "${mimedir}"
|
- "${bindir}/update-mime-database" "${mimedir}"
|
||||||
+ "$(DESTDIR)/${bindir}/update-mime-database" "$(DESTDIR)${mimedir}"
|
+ "$(DESTDIR)/${bindir}/update-mime-database" "$(DESTDIR)/${mimedir}"
|
||||||
|
|
||||||
uninstall-hook:
|
uninstall-hook:
|
||||||
for media in text application image audio inode video message model multipart; do rm -f "${mimedir}/$${media}/"*.xml; done
|
for media in text application image audio inode video message model multipart; do rm -f "${mimedir}/$${media}/"*.xml; done
|
||||||
|
Loading…
Reference in New Issue
Block a user