Remove useless cd's

This commit is contained in:
nxshock 2021-11-20 14:27:59 +05:00 committed by GitHub
parent 57cbf176ce
commit ecff4c43b5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,10 +23,7 @@ prepare() {
cd ${srcdir}/arm-trusted-firmware-2.5
make PLAT=rk3328
cd ${srcdir}/u-boot-${pkgver}
cd ${srcdir}/u-boot-${pkgver}/configs
echo 'CONFIG_IDENT_STRING=" Arch Linux ARM"' >> nanopi-r2s-rk3328_defconfig
echo 'CONFIG_IDENT_STRING=" Arch Linux ARM"' >> ${srcdir}/u-boot-${pkgver}/configs/nanopi-r2s-rk3328_defconfig
}
build() {