diff options
author | Karel Kočí <cynerd@email.cz> | 2018-02-01 22:22:55 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2018-02-01 22:22:55 +0100 |
commit | 453bf5553b1bdbc74640784a3fc9ee8f0835481e (patch) | |
tree | b69764d946e276d91f4a399e0642c7202bbac15d /build_repo.sh | |
parent | c6bed5cb193a7d42834cedee12fe6ee559f17620 (diff) | |
download | turris-myrepo-453bf5553b1bdbc74640784a3fc9ee8f0835481e.tar.gz turris-myrepo-453bf5553b1bdbc74640784a3fc9ee8f0835481e.tar.bz2 turris-myrepo-453bf5553b1bdbc74640784a3fc9ee8f0835481e.zip |
Implement and use universal pkgauto instead of updater-ng-auto
Diffstat (limited to 'build_repo.sh')
-rwxr-xr-x | build_repo.sh | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/build_repo.sh b/build_repo.sh index 130e239..30bfa83 100755 --- a/build_repo.sh +++ b/build_repo.sh @@ -43,8 +43,9 @@ for d in *; do [ -d .turris-sdk ] && cp -r $d .turris-sdk/package/ done -[ -d .omnia-sdk ] && ./utils/updater-ng-auto.sh .omnia-sdk/package/ -[ -d .turris-sdk ] && ./utils/updater-ng-auto.sh .turris-sdk/package/ +# Deploy pkgauto.mk +[ -d .omnia-sdk ] && cp pkgauto.mk .omnia-sdk/include/ +[ -d .turris-sdk ] && cp pkgauto.mk .turris-sdk/include/ if [ -f CONFIG ]; then echo -e "\e[1;34mApply CONFIG\e[0m" |