clean .git
Signed-off-by: Gwenhael Le Moine <cycojesus@darkstar.example.net>
This commit is contained in:
parent
69995ede5c
commit
99f7e596b5
1 changed files with 3 additions and 0 deletions
|
@ -45,6 +45,9 @@ cp -R $REPOSITORIES/$PRGNAM $TMP
|
|||
VERSION=$(cat $PKG$PREFIX/doc/$PRGNAM/version.txt)_$VERSION
|
||||
|
||||
( cd $PKG
|
||||
# Amis, nettoyons un tantinet la zone
|
||||
find $PKG -name \.git\* -exec rm -fr {} \;
|
||||
|
||||
mkdir -p install
|
||||
cat <<EOF > install/slack-desc
|
||||
$PRGNAM: $PRGNAM (New Wave Javascript)
|
||||
|
|
Loading…
Reference in a new issue