mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
14 lines
497 B
Plaintext
14 lines
497 B
Plaintext
$NetBSD: patch-aa,v 1.1 2007/06/29 22:53:21 joerg Exp $
|
|
|
|
--- gui/Makefile.orig 2007-06-29 11:30:17.000000000 +0000
|
|
+++ gui/Makefile
|
|
@@ -67,7 +67,7 @@ install:
|
|
if test ! -d $(DESTDIR)/$(datadir)/yudit/$$i/LC_MESSAGES; then \
|
|
mkdir -p $(DESTDIR)/$(datadir)/yudit/$$i/LC_MESSAGES; \
|
|
fi ; \
|
|
- $(INSTALL_DATA) $$i/LC_MESSAGES/messages.[mp]o \
|
|
+ $(INSTALL_DATA) $$i/LC_MESSAGES/messages.mo \
|
|
$(DESTDIR)/$(datadir)/yudit/$$i/LC_MESSAGES ; \
|
|
echo installing messages for $$i; \
|
|
done
|