Navigation Menu

Skip to content

Commit

Permalink
packages deb: remove epoch from MARIADB_VERSION_FULL
Browse files Browse the repository at this point in the history
MARIADB_VERSION_FULL is used to download correct version of
debian.tar.xz.
  • Loading branch information
kenhys committed May 2, 2018
1 parent bec7e5e commit 8f27aa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/debian-mariadb-10.1/rules
Expand Up @@ -6,7 +6,7 @@
# This has to be exported to make some magic below work.
export DH_OPTIONS

export MARIADB_VERSION_FULL := $(shell apt-cache show mariadb-server-10.1 | grep Version | head -n 1 | awk '{print $$2}')
export MARIADB_VERSION_FULL := $(shell apt-cache show mariadb-server-10.1 | grep Version | head -n 1 | awk '{print $$2}' | cut -d: -f2)
export MARIADB_VERSION := $(shell apt-cache show mariadb-server-10.1 | grep Version | head -n 1 | awk '{print $$2}' | cut -d: -f2 | awk -F '-' '{print $$1}')

%:
Expand Down

0 comments on commit 8f27aa8

Please sign in to comment.