sanitize $VERSION
This commit is contained in:
parent
5632b13e6a
commit
ffb1f4c799
1 changed files with 1 additions and 1 deletions
|
@ -82,5 +82,5 @@ cat $CWD/slack-desc > $PKG/install/slack-desc
|
|||
VERSION=${VERSION}_$(echo $BRANCH | sed 's|latest-||')_$(date +"%Y.%m.%d_%H.%M")
|
||||
|
||||
cd $PKG
|
||||
makepkg -l y -c n $TMP/mozilla-firefox-$VERSION-$ARCH-$BUILD$PACKAGER.txz
|
||||
makepkg -l y -c n $TMP/mozilla-firefox-$(echo $VERSION | tr - _)-$ARCH-$BUILD$PACKAGER.txz
|
||||
|
||||
|
|
Loading…
Reference in a new issue