change e-smith to smeserver in archivefilename
This commit is contained in:
parent
ea5551e41f
commit
a99d2a59c1
@ -281,7 +281,11 @@ git add "$TARGETPKG.spec"
|
||||
|
||||
#Delete archivefilename file if it follows the new standard
|
||||
if [ -e archivefilename ] ; then
|
||||
if [ $(cat archivefilename) == "$TARGETPKG-*.tar.gz" ] ; then git rm archivefilename $QUIET ; fi
|
||||
if [ $(cat archivefilename) == "$TARGETPKG-*.tar.gz" ] ; then
|
||||
git rm archivefilename $QUIET
|
||||
else
|
||||
sed -i "s/e-smith/smeserver/g" archivefilename
|
||||
fi
|
||||
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