mirror of
https://github.com/rozniak/xfce-winxp-tc.git
synced 2026-04-30 19:21:22 +00:00
Bugfix: Fixes #398, build - Alpine Linux fails packaging step on dependencies
This commit is contained in:
@@ -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/"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user