diff options
| author | Woodpecker CI <emmett1.2miligrams@protonmail.com> | 2026-06-16 03:10:15 +0000 |
|---|---|---|
| committer | Woodpecker CI <emmett1.2miligrams@protonmail.com> | 2026-06-16 03:10:15 +0000 |
| commit | b77995be140b1d8aa07ac951261d95140a9c25bc (patch) | |
| tree | 651e7f788bc0264c0951de0f614793465e250c81 /mednafen | |
| parent | 80d0ee3a61872ac5670b41d6d120356edbe3a519 (diff) | |
| download | alicelinux-b77995be140b1d8aa07ac951261d95140a9c25bc.tar.gz alicelinux-b77995be140b1d8aa07ac951261d95140a9c25bc.zip | |
Woodpecker CI 4b6556e6733b41bbdc72ea3270f364c8a0fc7f83 [SKIP CI]
Diffstat (limited to 'mednafen')
| -rw-r--r-- | mednafen/abuild | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/mednafen/abuild b/mednafen/abuild index 4be511fd..47f04965 100644 --- a/mednafen/abuild +++ b/mednafen/abuild @@ -1,10 +1,4 @@ name=mednafen version=1.32.1 -release=1 +release=2 source=https://mednafen.github.io/releases/files/$name-$version.tar.xz - -build() { - ./configure --prefix=/usr - make - make install DESTDIR=$PKG -} |