less: configure script is not executable (wtf)

This commit is contained in:
Juan RP 2015-05-06 08:31:12 +02:00
parent 1e46f70157
commit d80de1333a
1 changed files with 4 additions and 0 deletions

View File

@ -12,3 +12,7 @@ license="GPL-3"
homepage="http://www.greenwoodsoftware.com/less"
distfiles="${homepage}/less-${version}.tar.gz"
checksum=4fd40ec18d8e69a18a7b1edf36a51fb0de77987ad75f2e875327d1f24c1de098
post_extract() {
chmod 755 configure
}