fix delete archivefilename file
This commit is contained in:
parent
af265e9cfe
commit
79d8a3cf3b
@ -253,7 +253,7 @@ git rm "$SOURCEPKG.spec"
|
||||
git add "$TARGETPKG.spec"
|
||||
|
||||
#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
|
||||
# - if there is an e-smith-<pkg>-update event rename to smeserver-<pkg>-update and add symlink
|
||||
|
Loading…
Reference in New Issue
Block a user