mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-09 13:32:55 +02:00
makeself: fix build.
This commit is contained in:
parent
505b1c2621
commit
1935e4e068
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'makeself'
|
# Template file for 'makeself'
|
||||||
pkgname=makeself
|
pkgname=makeself
|
||||||
version=2.1.5
|
version=2.1.5
|
||||||
revision=3
|
revision=4
|
||||||
noarch=yes
|
noarch=yes
|
||||||
create_wrksrc=yes
|
create_wrksrc=yes
|
||||||
makedepends="tar gzip bzip2"
|
makedepends="tar gzip bzip2"
|
||||||
|
@ -18,7 +18,7 @@ do_extract() {
|
||||||
}
|
}
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
cp ${XBPS_SRCDISTDIR}/${pkgname}-${version}.run .
|
cp ${XBPS_SRCDISTDIR}/${pkgname}-${version}/${pkgname}-${version}.run .
|
||||||
chmod +x ${pkgname}-${version}.run
|
chmod +x ${pkgname}-${version}.run
|
||||||
./${pkgname}-${version}.run
|
./${pkgname}-${version}.run
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue