mirror of
https://github.com/glest/glest-source.git
synced 2025-02-24 11:42:31 +01:00
- attempt to cleanup for debian compliance (proper copyright, etc)
This commit is contained in:
parent
b30909f90b
commit
f797125b8f
@ -1,4 +1,9 @@
|
||||
#!/bin/bash
|
||||
#!/bin/sh
|
||||
#
|
||||
# Use this script to compile using mingw compiler (experimental script)
|
||||
# ----------------------------------------------------------------------------
|
||||
# Originally written by Mark Vejvoda <mark_vejvoda@hotmail.com>
|
||||
# Copyright (c) 2012 Mark Vejvoda under GNU GPL v3.0
|
||||
|
||||
NUMCORES=`cat /proc/cpuinfo | grep -cE '^processor'`
|
||||
|
||||
|
@ -3,6 +3,9 @@
|
||||
# Clean up translations pulled from Transifex
|
||||
# Should be applied only to resources in the 'Joomla' format
|
||||
# (Currently that's the case for all resources.)
|
||||
# ----------------------------------------------------------------------------
|
||||
# Written by Tom Reynolds <tomreyn@megaglest.org>
|
||||
# Copyright (c) 2012 Tom Reynolds under GNU GPL v3.0
|
||||
|
||||
for file in `find . -type f -name *.lng`
|
||||
do
|
||||
|
Loading…
x
Reference in New Issue
Block a user