atool: remove 'cd '
This commit is contained in:
parent
05fd6056bb
commit
d570788b09
@ -13,12 +13,10 @@ distfiles="${NONGNU_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
|
|||||||
checksum=aaf60095884abb872e25f8e919a8a63d0dabaeca46faeba87d12812d6efc703b
|
checksum=aaf60095884abb872e25f8e919a8a63d0dabaeca46faeba87d12812d6efc703b
|
||||||
|
|
||||||
do_configure() {
|
do_configure() {
|
||||||
cd $wrksrc
|
|
||||||
SHELL=/bin/bash ./configure --prefix=/usr
|
SHELL=/bin/bash ./configure --prefix=/usr
|
||||||
}
|
}
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
cd $wrksrc
|
|
||||||
make prefix=${DESTDIR}/usr install
|
make prefix=${DESTDIR}/usr install
|
||||||
vinstall extra/bash-completion-atool_0.1-1 644 /usr/share/bash-completion/completions $pkgname
|
vinstall extra/bash-completion-atool_0.1-1 644 /usr/share/bash-completion/completions $pkgname
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user