less: configure script is not executable (wtf)
This commit is contained in:
parent
1e46f70157
commit
d80de1333a
|
@ -12,3 +12,7 @@ license="GPL-3"
|
||||||
homepage="http://www.greenwoodsoftware.com/less"
|
homepage="http://www.greenwoodsoftware.com/less"
|
||||||
distfiles="${homepage}/less-${version}.tar.gz"
|
distfiles="${homepage}/less-${version}.tar.gz"
|
||||||
checksum=4fd40ec18d8e69a18a7b1edf36a51fb0de77987ad75f2e875327d1f24c1de098
|
checksum=4fd40ec18d8e69a18a7b1edf36a51fb0de77987ad75f2e875327d1f24c1de098
|
||||||
|
|
||||||
|
post_extract() {
|
||||||
|
chmod 755 configure
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue