aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--repos/extra/irssi/.files3
-rw-r--r--repos/extra/irssi/abuild5
2 files changed, 8 insertions, 0 deletions
diff --git a/repos/extra/irssi/.files b/repos/extra/irssi/.files
index 4e10d9c1..bd0b51b9 100644
--- a/repos/extra/irssi/.files
+++ b/repos/extra/irssi/.files
@@ -1,3 +1,6 @@
+drwxr-xr-x root/root etc/
+drwxr-xr-x root/root etc/revdep.d/
+-rw-r--r-- root/root etc/revdep.d/irssi.new
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/irssi
diff --git a/repos/extra/irssi/abuild b/repos/extra/irssi/abuild
index 0f4715ff..e58e2eb6 100644
--- a/repos/extra/irssi/abuild
+++ b/repos/extra/irssi/abuild
@@ -3,3 +3,8 @@ version=1.4.5
release=2
source="https://codeberg.org/${name}/${name}/releases/download/${version}/${name}-${version}.tar.xz"
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
+}