Fix: Use absolute workspace path in PKGBUILD package() function
This commit is contained in:
@ -49,8 +49,8 @@ license=('MIT')
|
|||||||
depends=('systemd')
|
depends=('systemd')
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
# Copy from current working directory (not srcdir)
|
# Use absolute path since makepkg changes working directory to srcdir
|
||||||
cp -r "$(pwd)"/arch-package/* "$pkgdir"/
|
cp -r /workspace/echo/linux_patch_api/arch-package/* "$pkgdir"/
|
||||||
}
|
}
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user