diff options
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index fca5ea9..c4dbd4c 100755 --- a/debian/rules +++ b/debian/rules @@ -5,3 +5,7 @@ include /usr/share/cdbs/1/class/cmake.mk # Add here any variable or target overrides you need. + +binary-post-install/acritoxinstaller-kanotix:: + perl -pi -e 's/\@VERSION\@/$(DEB_VERSION)/g' debian/$(@:binary-post-install/%=%)/usr/share/acritoxinstaller/html/*.html + |