Sfoglia il codice sorgente

SVN -> GIT

tags/0.6.3
Shane Mc Cormack 14 anni fa
parent
commit
b44a6e3ecb

+ 1
- 1
src/com/dmdirc/addons/mediasource_windows/files/prePackage.sh Vedi File

6
 	# Is there any changes to this file?
6
 	# Is there any changes to this file?
7
 	THISCHANGES=`echo ${CHANGES} | grep ${1}`
7
 	THISCHANGES=`echo ${CHANGES} | grep ${1}`
8
 	
8
 	
9
-	# Compile if the output doesn't exist, or the local version differs from SVN
9
+	# Compile if the output doesn't exist, or the local version differs from GIT
10
 	if [ ! -e ${2} -o "" != "${THISCHANGES}" ]; then
10
 	if [ ! -e ${2} -o "" != "${THISCHANGES}" ]; then
11
 		echo "	Compiling: ${1} -> ${2}"
11
 		echo "	Compiling: ${1} -> ${2}"
12
 		fpc -Sd -Twin32 ${1} >/dev/null 2>&1
12
 		fpc -Sd -Twin32 ${1} >/dev/null 2>&1

Loading…
Annulla
Salva