[fix] Last commit was wrong. Fix Debian makefile.

This commit is contained in:
opi 2015-09-02 10:23:23 +02:00
parent d5616374ef
commit ff4b1f2575

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