Comment fix in build script.
This commit is contained in:
		
							
								
								
									
										3
									
								
								build.sh
									
									
									
									
									
								
							
							
						
						
									
										3
									
								
								build.sh
									
									
									
									
									
								
							| @@ -66,6 +66,7 @@ cp -r $BUILDDIR/$PLUGINFILE $PLUGINDIR/$PLUGINFILE | |||||||
|  |  | ||||||
| if [ $MAKEPATCH = "false" ] | if [ $MAKEPATCH = "false" ] | ||||||
| then | then | ||||||
|  |     # Copy all files. | ||||||
|     echo "Copying plugin files..." |     echo "Copying plugin files..." | ||||||
|     cp -r $PLUGINFILES $RELEASEDIR |     cp -r $PLUGINFILES $RELEASEDIR | ||||||
|      |      | ||||||
| @@ -74,7 +75,7 @@ then | |||||||
|     cp $ZRTOOLS_SOURCE/zrtools.ext.so $EXTENSIONDIR |     cp $ZRTOOLS_SOURCE/zrtools.ext.so $EXTENSIONDIR | ||||||
|     cp $ZRTOOLS_SOURCE/zrtools.ext.dll $EXTENSIONDIR |     cp $ZRTOOLS_SOURCE/zrtools.ext.dll $EXTENSIONDIR | ||||||
| else | else | ||||||
|     # Copy only plugin binary and changed files. |     # Copy only changed files. | ||||||
|     CHANGEDFILES=$(hg status --rev $PATCHREV | grep "cstrike/" | cut -d ' ' -f2 | cut -d '/' -f2-) |     CHANGEDFILES=$(hg status --rev $PATCHREV | grep "cstrike/" | cut -d ' ' -f2 | cut -d '/' -f2-) | ||||||
|      |      | ||||||
|     echo "Copying plugin files..." |     echo "Copying plugin files..." | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user