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
|
raw: download clean extract DEBIAN tar-ar
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -rf .debian/files/opt/
|
|
||||||
rm -rf files/opt files/DEBIAN/control
|
rm -rf files/opt files/DEBIAN/control
|
||||||
rm -f *.deb
|
rm -f *.deb
|
||||||
rm -f control.tar.xz data.tar.xz
|
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
|
wget -c https://releases.mattermost.com/${VERSION}/mattermost-${VERSION}-linux-amd64.tar.gz
|
||||||
|
|
||||||
extract:
|
extract:
|
||||||
mkdir -p .debian/files/opt/
|
|
||||||
cd .debian/files/opt/ && tar xfz ../../../mattermost-${VERSION}-linux-amd64.tar.gz
|
|
||||||
mkdir -p files/opt/
|
mkdir -p files/opt/
|
||||||
cd files/opt/ && tar xfz ../../mattermost-${VERSION}-linux-amd64.tar.gz
|
cd files/opt/ && tar xfz ../../mattermost-${VERSION}-linux-amd64.tar.gz
|
||||||
|
|
||||||
# update the bash-completion script
|
# update the bash-completion script
|
||||||
bash-completion:
|
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
|
# makes the DEBIAN/ directory
|
||||||
DEBIAN:
|
DEBIAN:
|
||||||
|
|
Loading…
Reference in New Issue