Bugfix: Fixes #398, build - Alpine Linux fails packaging step on dependencies

This commit is contained in:
Rory Fewell
2024-12-11 00:20:53 +00:00
parent 539326f2ba
commit 013ecffd3f

View File

@@ -7,7 +7,7 @@ arch="@ALPINE_ARCHITECTURE@"
license="@ALPINE_LICENCE@"
depends="@DEPENDS@"
url="https://github.com/rozniak/xfce-winxp-tc"
options="!check"
options="!check !tracedeps"
build()
{
@@ -17,4 +17,4 @@ build()
package()
{
make install DESTDIR="$pkgdir/"
}
}