]> git.pld-linux.org Git - packages/rpm-build-macros.git/blame - rpm-find-lang
- fix CC/CXX settings - it can contain spaces like 'ccache distcc gcc'
[packages/rpm-build-macros.git] / rpm-find-lang
CommitLineData
d26ea5ec
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:
ab05ec48 15# $Id$
d26ea5ec
AM
16