diff options
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/postbuild | 1 |
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 |