remove old references to .debian/
This commit is contained in:
parent
3c75279ca5
commit
eeb48a1b85
5
Makefile
5
Makefile
|
@ -14,7 +14,6 @@ all: download clean extract DEBIAN build
|
|||
raw: download clean extract DEBIAN tar-ar
|
||||
|
||||
clean:
|
||||
rm -rf .debian/files/opt/
|
||||
rm -rf files/opt files/DEBIAN/control
|
||||
rm -f *.deb
|
||||
rm -f control.tar.xz data.tar.xz
|
||||
|
@ -24,14 +23,12 @@ download:
|
|||
wget -c https://releases.mattermost.com/${VERSION}/mattermost-${VERSION}-linux-amd64.tar.gz
|
||||
|
||||
extract:
|
||||
mkdir -p .debian/files/opt/
|
||||
cd .debian/files/opt/ && tar xfz ../../../mattermost-${VERSION}-linux-amd64.tar.gz
|
||||
mkdir -p files/opt/
|
||||
cd files/opt/ && tar xfz ../../mattermost-${VERSION}-linux-amd64.tar.gz
|
||||
|
||||
# update the bash-completion script
|
||||
bash-completion:
|
||||
mattermost completion bash > .debian/files/etc/bash_completion.d/mattermost
|
||||
mattermost completion bash > files/etc/bash_completion.d/mattermost
|
||||
|
||||
# makes the DEBIAN/ directory
|
||||
DEBIAN:
|
||||
|
|
Loading…
Reference in New Issue