blob: 437011e0240a59da649e4cdb646b17641a36d0f8 (
plain)
1
2
3
4
|
# To quote the PKGBUILD
## when upgrading to new SONAME, remove ./manpages from HOME variable
## to allow compiling the package without invoiking icmake itself
eval "$(declare -f build | sed 's@./manpages@@;s@./icm_prepare /@./icm_prepare /; touch doc/icmake.1 doc/icmake.7@')"
|