mirror of
https://github.com/nxshock/uboot-nanopi-r2s.git
synced 2025-07-02 00:23:41 +05:00
Remove useless cd's
This commit is contained in:
parent
57cbf176ce
commit
ecff4c43b5
1 changed files with 1 additions and 4 deletions
5
PKGBUILD
5
PKGBUILD
|
@ -23,10 +23,7 @@ prepare() {
|
||||||
cd ${srcdir}/arm-trusted-firmware-2.5
|
cd ${srcdir}/arm-trusted-firmware-2.5
|
||||||
make PLAT=rk3328
|
make PLAT=rk3328
|
||||||
|
|
||||||
cd ${srcdir}/u-boot-${pkgver}
|
echo 'CONFIG_IDENT_STRING=" Arch Linux ARM"' >> ${srcdir}/u-boot-${pkgver}/configs/nanopi-r2s-rk3328_defconfig
|
||||||
|
|
||||||
cd ${srcdir}/u-boot-${pkgver}/configs
|
|
||||||
echo 'CONFIG_IDENT_STRING=" Arch Linux ARM"' >> nanopi-r2s-rk3328_defconfig
|
|
||||||
}
|
}
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue