]> git.pld-linux.org Git - packages/rpm.git/blame - rpm-find-lang
- don't output pkgconfig dependency for all *.pc found
[packages/rpm.git] / rpm-find-lang
CommitLineData
fe4aadd2
AM
1#!/bin/sh
2#findlang - automagically generate list of language specific files
3#for inclusion in an rpm spec file.
4#This does assume that the *.mo files are under .../share/locale/...
5#Run with no arguments gets a usage message.
6
7#findlang is copyright (c) 1998 by W. L. Estes <wlestes@uncg.edu>
8
9#Redistribution and use of this software are hereby permitted for any
10#purpose as long as this notice and the above copyright notice remain
11#in tact and are included with any redistribution of this file or any
12#work based on this file.
13
14#changes:
f9c57a10 15# $Id$
130522f9
ER
16