remove obsolete echo
This commit is contained in:
parent
892c2a46f7
commit
88199e7ca2
1 changed files with 0 additions and 1 deletions
1
APKBUILD
1
APKBUILD
|
@ -13,7 +13,6 @@ install="$pkgname.post-install $pkgname.post-deinstall"
|
|||
package() {
|
||||
DESTDIR="$pkgdir" make install
|
||||
local compose_path=$(find $pkgdir -name docker-compose.yml -exec dirname {} \; | sed "s|$pkgdir||")
|
||||
echo "${pkgdir}${compose_path}"
|
||||
sed -i "s|%VERSION%|$pkgver|" "${pkgdir}${compose_path}/docker-compose.yml"
|
||||
chown -R 1337:1337 "${pkgdir}${compose_path}"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue