diff options
| author | Woodpecker CI <emmett1.2miligrams@protonmail.com> | 2025-09-27 03:24:09 +0000 |
|---|---|---|
| committer | Woodpecker CI <emmett1.2miligrams@protonmail.com> | 2025-09-27 03:24:09 +0000 |
| commit | 6f7792d753f7bef527d789ce4fe27c54b9017b75 (patch) | |
| tree | 0389343a834e5fe4789f88f4d27b58a29f6e596c /irssi/abuild | |
| parent | 5897df159ed87708c28be1b5949e04beab3d333a (diff) | |
| download | alicelinux-6f7792d753f7bef527d789ce4fe27c54b9017b75.tar.gz alicelinux-6f7792d753f7bef527d789ce4fe27c54b9017b75.zip | |
Woodpecker CI 17064f0bb521a139eec7d69748cf4267cd4531c4 [SKIP CI]
Diffstat (limited to 'irssi/abuild')
| -rw-r--r-- | irssi/abuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/irssi/abuild b/irssi/abuild index e58e2eb6..7bcece5c 100644 --- a/irssi/abuild +++ b/irssi/abuild @@ -6,5 +6,5 @@ build_opt="-Denable-true-color=yes" postbuild() { mkdir -p $PKG/etc/revdep.d/ - echo /usr/lib/perl5/5.40/x86_64-linux-thread-multi/CORE > $PKG/etc/revdep.d/$name + echo /usr/lib/perl5/5.42/x86_64-linux-thread-multi/CORE > $PKG/etc/revdep.d/$name } |