mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
[fix] Sed current pkg version in index.html
This commit is contained in:
parent
7211aec8c2
commit
d5616374ef
1 changed files with 1 additions and 1 deletions
2
debian/rules
vendored
2
debian/rules
vendored
|
@ -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
|
Loading…
Reference in a new issue