makeself: fix build.

This commit is contained in:
Christian Neukirchen 2015-04-02 19:58:55 +02:00
parent 505b1c2621
commit 1935e4e068

View file

@ -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
} }