patch-af not needed any more.
This commit is contained in:
parent
d407bf0dba
commit
999fda0a3a
2 changed files with 1 additions and 15 deletions
|
@ -1,8 +1,7 @@
|
|||
$NetBSD: distinfo,v 1.12 2003/07/09 21:14:26 jmmv Exp $
|
||||
$NetBSD: distinfo,v 1.13 2003/07/10 10:49:40 jmmv Exp $
|
||||
|
||||
SHA1 (icewm-1.2.9.tar.gz) = 23e5d40a88bf42cdc00fdf2f1ef7cbd8a3788c86
|
||||
Size (icewm-1.2.9.tar.gz) = 807024 bytes
|
||||
SHA1 (patch-ab) = 791868a4320a62ac81de487667f90cbdaeacd2a7
|
||||
SHA1 (patch-ac) = 756d7fa3fcae780c23f203fb1bfd6ca1f7e26fad
|
||||
SHA1 (patch-ad) = 547959962949513af96fcd7fb8bcd9600ae0e34e
|
||||
SHA1 (patch-af) = 158475e299d0423f513da4c96b219447e28f8b2f
|
||||
|
|
|
@ -1,13 +0,0 @@
|
|||
$NetBSD: patch-af,v 1.6 2003/07/09 21:14:28 jmmv Exp $
|
||||
|
||||
--- po/Makefile.in.orig 2003-06-22 18:38:20.000000000 +0200
|
||||
+++ po/Makefile.in
|
||||
@@ -29,7 +29,7 @@ all: $(MOFILES)
|
||||
install: all
|
||||
@echo "Installing message catalogues in $(DESTDIR)$(LOCDIR)"
|
||||
@for catalog in $(MOFILES); do \
|
||||
- lang=`echo $${catalog} | sed -e 's/\.mo//'` ; \
|
||||
+ lang=`echo $${catalog} | sed -e 's/\.mo//' -e 's/\.po//'` ; \
|
||||
msgdir="$(DESTDIR)$(LOCDIR)/$${lang}/LC_MESSAGES"; \
|
||||
echo "Installing language: $${lang}" ; \
|
||||
$(INSTALLDIR) "$${msgdir}"; \
|
Loading…
Reference in a new issue