fix delete archivefilename file
This commit is contained in:
		@@ -253,7 +253,7 @@ git rm "$SOURCEPKG.spec"
 | 
				
			|||||||
git add "$TARGETPKG.spec"
 | 
					git add "$TARGETPKG.spec"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#Delete archivefilename file if it follows the new standard
 | 
					#Delete archivefilename file if it follows the new standard
 | 
				
			||||||
if [ !e archivefilename ] ; then git rm archivefilename ; fi
 | 
					if [ -e archivefilename ] ; then git rm archivefilename ; fi
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#Update createlinks
 | 
					#Update createlinks
 | 
				
			||||||
# - if there is an e-smith-<pkg>-update event rename to smeserver-<pkg>-update and add symlink
 | 
					# - if there is an e-smith-<pkg>-update event rename to smeserver-<pkg>-update and add symlink
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user