blob: c4dbd4ce4d2c66aaaef714b537f54da0dfe497fa (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#!/usr/bin/make -f
include /usr/share/cdbs/1/rules/debhelper.mk
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
|