[fix] Sed current pkg version in index.html

This commit is contained in:
opi 2015-09-02 09:45:39 +02:00
parent 7211aec8c2
commit d5616374ef

2
debian/rules vendored
View file

@ -14,5 +14,5 @@ DEBVERS := $(shell dpkg-parsechangelog | sed -n -e 's/^Version: //p')
override_dh_install:
# Replace VERSION with current package version to prevent web browser
# to serve old css/js files
sed -i 's/VERSION/'$DEBVERS'/g' src/index.html
sed -i 's/VERSION/'${DEBVERS}'/g' src/index.html
dh_install