atool: remove 'cd '

This commit is contained in:
Georg Schabel 2014-12-22 17:29:22 +01:00 committed by Juan RP
parent 05fd6056bb
commit d570788b09

View file

@ -13,12 +13,10 @@ distfiles="${NONGNU_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
checksum=aaf60095884abb872e25f8e919a8a63d0dabaeca46faeba87d12812d6efc703b
do_configure() {
cd $wrksrc
SHELL=/bin/bash ./configure --prefix=/usr
}
do_install() {
cd $wrksrc
make prefix=${DESTDIR}/usr install
vinstall extra/bash-completion-atool_0.1-1 644 /usr/share/bash-completion/completions $pkgname
}