mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
less: configure script is not executable (wtf)
This commit is contained in:
parent
1e46f70157
commit
d80de1333a
1 changed files with 4 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue