makeself: fix build.
This commit is contained in:
@@ -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
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user