makeself: fix build.

This commit is contained in:
Christian Neukirchen 2015-04-02 19:58:55 +02:00
parent 505b1c2621
commit 1935e4e068
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'makeself'
pkgname=makeself
version=2.1.5
revision=3
revision=4
noarch=yes
create_wrksrc=yes
makedepends="tar gzip bzip2"
@ -18,7 +18,7 @@ do_extract() {
}
do_build() {
cp ${XBPS_SRCDISTDIR}/${pkgname}-${version}.run .
cp ${XBPS_SRCDISTDIR}/${pkgname}-${version}/${pkgname}-${version}.run .
chmod +x ${pkgname}-${version}.run
./${pkgname}-${version}.run
}