aboutsummaryrefslogtreecommitdiff
path: root/repos/extra/pkgconf
diff options
context:
space:
mode:
authoremmett1 <emmett1.2miligrams@protonmail.com>2024-06-13 00:25:03 +0800
committeremmett1 <emmett1.2miligrams@protonmail.com>2024-06-13 00:25:03 +0800
commit239ced844ea434e623686094af3de168f90e4391 (patch)
tree541d2c575f3b3832ca1a3087bde3f65dc74a8f89 /repos/extra/pkgconf
parent3f80bb67166389b3acabf8f024ee1ad1a4364c1f (diff)
downloadalicelinux-239ced844ea434e623686094af3de168f90e4391.tar.gz
alicelinux-239ced844ea434e623686094af3de168f90e4391.zip
repos updated
Diffstat (limited to 'repos/extra/pkgconf')
-rw-r--r--repos/extra/pkgconf/abuild (renamed from repos/extra/pkgconf/info)4
-rw-r--r--repos/extra/pkgconf/postbuild1
2 files changed, 4 insertions, 1 deletions
diff --git a/repos/extra/pkgconf/info b/repos/extra/pkgconf/abuild
index 9183cb7b..99eab210 100644
--- a/repos/extra/pkgconf/info
+++ b/repos/extra/pkgconf/abuild
@@ -6,3 +6,7 @@ build_type=configure_build
build_opt="--with-pkg-config-dir=/usr/lib/pkgconfig:/usr/share/pkgconfig
--with-system-libdir=/lib:/usr/lib
--with-system-includedir=/usr/include"
+
+postbuild() {
+ ln -sf pkgconf $PKG/usr/bin/pkg-config
+}
diff --git a/repos/extra/pkgconf/postbuild b/repos/extra/pkgconf/postbuild
deleted file mode 100644
index 7d3f3900..00000000
--- a/repos/extra/pkgconf/postbuild
+++ /dev/null
@@ -1 +0,0 @@
-ln -sf pkgconf $PKG/usr/bin/pkg-config